isRequired static method

bool isRequired(
  1. int fieldType
)

Implementation

static bool isRequired(int fieldType) => (fieldType & REQUIRED_BIT) != 0;