LexPrimitive.boolean constructor

const LexPrimitive.boolean({
  1. required LexBoolean data,
})

Implementation

const factory LexPrimitive.boolean({
  required LexBoolean data,
}) = ULexPrimitiveBoolean;