BitsType<T extends Bits> constructor

const BitsType<T extends Bits>({dynamic type, dynamic ctor})

Implementation

const BitsType({
  required this.type,
  required this.ctor,
}) : super(
          inlineSizeV1: 0,
          inlineSizeV2: 0);