addInt8 method

void addInt8(
  1. int value
)

Implementation

void addInt8(int value) {
  _list.add(value);
}