LexObjectProperty.array constructor

const LexObjectProperty.array({
  1. required LexArray data,
})

Implementation

const factory LexObjectProperty.array({
  required LexArray data,
}) = ULexObjectPropertyArray;