LexObjectProperty.refVariant constructor

const LexObjectProperty.refVariant({
  1. required LexRefVariant data,
})

Implementation

const factory LexObjectProperty.refVariant({
  required LexRefVariant data,
}) = ULexObjectPropertyRefVariant;