copyWith property

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

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

Implementation

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