TypeDefBitSequence constructor

const TypeDefBitSequence({
  1. required int bitStoreType,
  2. required int bitOrderType,
})

Implementation

const TypeDefBitSequence({required this.bitStoreType, required this.bitOrderType});