toString method
Convert the Permission object to its string representation.
Implementation
@override
String toString() {
return "Permission{${toJson()}}";
}
Convert the Permission object to its string representation.
@override
String toString() {
return "Permission{${toJson()}}";
}