copyWith property

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

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

Implementation

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