menu
dlibphonenumber package
documentation
dlibphonenumber.dart
PbFieldType
isRequired static method
isRequired static method
dark_mode
light_mode
isRequired
static method
bool
isRequired
(
int
fieldType
)
Implementation
static bool isRequired(int fieldType) => (fieldType & REQUIRED_BIT) != 0;
dlibphonenumber package
documentation
dlibphonenumber
PbFieldType
isRequired static method
PbFieldType class