isText property

bool get isText

Returns true if this Text Feature

Implementation

bool get isText => this is Feature<String>;