toInt method

int toInt()

Implementation

int toInt() => switch (this) {
    NetworkEvent.protocolVersionMismatch => 0,
    NetworkEvent.peerSetChange => 1,
  };