Options constructor

const Options({
  1. int? bitLength,
  2. Endian? endian,
  3. bool? isNegative,
})

Implementation

const Options({this.bitLength, this.endian, this.isNegative});