toJson method
Returns a JSON representation.
Implementation
Map toJson() => {
"authority_url": authorityURL,
"type": authorityType,
"default": isDefault
};
Returns a JSON representation.
Map toJson() => {
"authority_url": authorityURL,
"type": authorityType,
"default": isDefault
};