isAck static method

bool isAck(
  1. int flags
)

Implementation

static bool isAck(int flags) => (flags & ack) != 0;