decodeBool method

*<Null safety>*

bool decodeBool (int offset)

Implementation

bool decodeBool(int offset) => data.getInt8(offset) != 0;