isBool property

bool get isBool

Implementation

bool get isBool {
  return this != null && this is BoolField;
}