isString property
bool
get
isString
Implementation
bool get isString {
return this != null &&
(this is StringField || this is EnumField || this is ColorField || this is FontField || this is IconField || this is IdField || this is SelectorField);
}