LexString.fromJson constructor

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

Implementation

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