SchemaMap.fromJson constructor

SchemaMap.fromJson(
  1. Map<String, dynamic> json
)

Build a schema mapping from a JSON map.

Implementation

factory SchemaMap.fromJson(Map<String, dynamic> json) =>
    _$SchemaMapFromJson(json);