Schema.fromJson constructor

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

Implementation

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