copyWith method
Implementation
UpdateOwnedGramCount copyWith({int? gramAmount}) =>
UpdateOwnedGramCount(gramAmount: gramAmount ?? this.gramAmount);
UpdateOwnedGramCount copyWith({int? gramAmount}) =>
UpdateOwnedGramCount(gramAmount: gramAmount ?? this.gramAmount);