LexiconSchemaRecord.fromJson constructor

LexiconSchemaRecord.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory LexiconSchemaRecord.fromJson(Map<String, Object?> json) =>
    _$LexiconSchemaRecordFromJson(json);