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