copyWith property

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

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

Implementation

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