LexRecord.fromJson constructor

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

Implementation

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