ULexUserTypeInteger constructor

const ULexUserTypeInteger({
  1. required LexInteger data,
})

Implementation

const factory ULexUserTypeInteger({required final LexInteger data}) =
    _$ULexUserTypeIntegerImpl;