readInt method

int readInt()

Implementation

int readInt() => _getNum<int>(_byteData.getInt32, 4);