isInteger property
bool
get
isInteger
Returns true if this Integer Feature
Implementation
bool get isInteger => this is Feature<int>;
Returns true if this Integer Feature
bool get isInteger => this is Feature<int>;