isNotInfo property

bool get isNotInfo

Returns true if this data is not Info, otherwise false.

Implementation

bool get isNotInfo => !isInfo;