copyWith property

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

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

Implementation

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