SchemaId.fromJson constructor

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

Implementation

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