Uint16 constructor

Uint16(
  1. int value
)

Implementation

Uint16(int value)
    : super(
          numberOfBytesRequired: 2,
          constructorCallback: Uint16.new,
          value: value);