Schema.fromJson constructor

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

Creates a Schema from a JSON object.

Implementation

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