toJson method

Map<String, dynamic> toJson()

Convert this schema mapping instance to JSON.

Implementation

Map<String, dynamic> toJson() => _$SchemaMapToJson(this);