isBase property

bool get isBase

Returns true if the current value is in its base state.

Implementation

bool get isBase => value.isBase;