toJson method

String toJson()

Creates a JSON string representing this Organization instance.

The resulting JSON string can be parsed back using Organization.fromJson.

Implementation

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