isBoolean property
bool
get
isBoolean
Returns true if this Boolean Feature
Implementation
bool get isBoolean => this is Feature<bool>;
Returns true if this Boolean Feature
bool get isBoolean => this is Feature<bool>;