*[<Null safety>](https://dart.dev/null-safety)*
void writeInt64 (int offset, int value)
@override void writeInt64(int offset, int value) => bytes.setInt64(offset, value, Endian.little);