writeTag method

void writeTag(
  1. int tag
)
inherited

Tag primitive.

Implementation

void writeTag(int tag) {
  _writeTag(tag);
}