isDouble property

bool get isDouble

Returns true if this Double Feature

Implementation

bool get isDouble => this is Feature<double>;