LexObject.fromJson constructor

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

Implementation

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