bits property

Bits get bits
override

Implementation

Bits get bits => Bits.ofMap(_init.map((key, value) => MapEntry(key.bitmask, value)));
  1. @override
set bits (Bits value)
override

Implementation

@override
set bits(Bits value) => throw UnsupportedError('Cannot modify unmodifiable');