isInteger property

bool get isInteger

Returns true if this Integer Feature

Implementation

bool get isInteger => this is Feature<int>;