isNotDisabled property

bool get isNotDisabled

Returns negated true or false from disabled.

Implementation

bool get isNotDisabled => !isDisabled;