wrapSafeValue method

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

Implement to create an instance of self around value.

Implementation

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