copyWith property

LanPropertyCopyWith<LanProperty, LanProperty, LanProperty> get copyWith

Implementation

LanPropertyCopyWith<LanProperty, LanProperty, LanProperty> get copyWith =>
    _LanPropertyCopyWithImpl<LanProperty, LanProperty>(
      this as LanProperty,
      $identity,
      $identity,
    );