LexiconResolveLexiconOutput.fromJson constructor

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

Implementation

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