stringify method

String stringify()

Returns a JSON string representation of this GrxPhoneNumber.

This is equivalent to calling jsonEncode on toJson().

Implementation

String stringify() => json.encode(toJson());