toString method

String toString()
override

Creates a String representation of Account object.

Implementation

String toString() => jsonEncode(toJson());