isReliable static method

bool isReliable(
  1. int flags
)

Implementation

static bool isReliable(int flags) => (flags & reliable) != 0;