wrapSafeValue method

  1. @override
Bit wrapSafeValue(
  1. int value
)
override

Implement to create an instance of self around value.

Implementation

@override
Bit wrapSafeValue(int value) => Bit(value);