getInOrNull method

int? getInOrNull(
  1. ByteData byteData
)

Implementation

int? getInOrNull(ByteData byteData) => byteData.wordOrNullAt<V>(offset);