ULexObjectPropertyArray constructor

const ULexObjectPropertyArray({
  1. required LexArray data,
})

Implementation

const factory ULexObjectPropertyArray({required final LexArray data}) =
    _$ULexObjectPropertyArrayImpl;