writeFlag method

void writeFlag(
  1. SliceFlag flag
)

Implementation

void writeFlag(SliceFlag flag) {
  writeByte(flag.value);
}