isDouble property
bool
get
isDouble
Returns true if this Double Feature
Implementation
bool get isDouble => this is Feature<double>;
Returns true if this Double Feature
bool get isDouble => this is Feature<double>;