read method

  1. @override
bool read(
  1. BinaryReader reader
)

Implementation

@override
bool read(BinaryReader reader) => reader.readU8() != 0;