copyWithData abstract method
Returns an immutable instance with value as bits. Override to return subtype.
Implementation
T copyWithData(covariant BitStruct<K> data);
Returns an immutable instance with value as bits. Override to return subtype.
T copyWithData(covariant BitStruct<K> data);