wrapSafeValue method

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

Implement to create an instance of self around value.

Implementation

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