Schema.fromJson constructor

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

Convert from JSON representation

Implementation

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