LexPrimitiveArray.fromJson constructor

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

Implementation

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