isNormal property
bool
get
isNormal
Implementation
bool get isNormal {
return this == IndicatorMode.inactive ||
this == IndicatorMode.processed ||
this == IndicatorMode.done;
}
bool get isNormal {
return this == IndicatorMode.inactive ||
this == IndicatorMode.processed ||
this == IndicatorMode.done;
}