setInt16 method

  1. @override
void setInt16(
  1. int position,
  2. int n,
  3. Endian endian
)
override

Implementation

@override
void setInt16(int position, int n, Endian endian) =>
    byteData.setInt16(position, n, endian);