copyWith property

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

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

Implementation

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