TypeDefBitSequence constructor

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

Creates a new bit sequence type.

Implementation

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