write static method

int write(
  1. AddressParseException value,
  2. Uint8List buf
)

Implementation

static int write(AddressParseException value, Uint8List buf) {
  return value.write(buf);
}