isNotAccount property

bool get isNotAccount

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

Implementation

bool get isNotAccount => !isAccount;