isCreator property

bool get isCreator

Returns true if the current user is a creator.

Implementation

bool get isCreator => _user?.isCreator ?? false;