stringify method
Returns a JSON string representation of this GrxPhoneNumber.
This is equivalent to calling jsonEncode on toJson().
Implementation
String stringify() => json.encode(toJson());
Returns a JSON string representation of this GrxPhoneNumber.
This is equivalent to calling jsonEncode on toJson().
String stringify() => json.encode(toJson());