LexBytes.fromJson constructor

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

Implementation

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