isBoolean property

bool get isBoolean

Returns true if this Boolean Feature

Implementation

bool get isBoolean => this is Feature<bool>;