toJson method
Converts the request parameters to a JSON format.
Implementation
@override
Map<String, dynamic> toJson() {
return {
'owner_address': ownerAddress.toAddress(visible),
'account_name': accountName,
'visible': visible,
'Permission_id': pemissionId
};
}