toJson method

String toJson()

JSON string represenatation of the schema.

Implementation

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