copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$ComponentsCopyWith<Components> get copyWith
inherited

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

Implementation

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