hasAllow property

bool get hasAllow

Returns true if allow is not null, otherwise false.

Implementation

bool get hasAllow => allow != null;