copyWith method
Implementation
GetGramWithdrawalUrl copyWith({String? password}) =>
GetGramWithdrawalUrl(password: password ?? this.password);
GetGramWithdrawalUrl copyWith({String? password}) =>
GetGramWithdrawalUrl(password: password ?? this.password);