toJson method
Convert the WithdrawBalanceContract object to a JSON representation.
Implementation
@override
Map<String, dynamic> toJson() {
return {'owner_address': ownerAddress};
}
Convert the WithdrawBalanceContract object to a JSON representation.
@override
Map<String, dynamic> toJson() {
return {'owner_address': ownerAddress};
}