toJson method

String toJson()

Implementation

String toJson() {
  return converter.jsonEncode(_toMap());
}