toJson method

String toJson()

to json method

Implementation

String toJson() {
  return json.encode(this.accountMap);
}