disabled property

bool disabled

Whether or not the user is disabled.

Implementation

bool get disabled => get('disabled') ?? false;