copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$ObservatoryConfigCopyWith<ObservatoryConfig> get copyWith
inherited

Create a copy of ObservatoryConfig with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$ObservatoryConfigCopyWith<ObservatoryConfig> get copyWith => _$ObservatoryConfigCopyWithImpl<ObservatoryConfig>(this as ObservatoryConfig, _$identity);