isNotLabelerService property
bool
get
isNotLabelerService
Returns true if this uri is not app.bsky.labeler.service, otherwise false.
Implementation
bool get isNotLabelerService => !isLabelerService;
Returns true if this uri is not app.bsky.labeler.service, otherwise false.
bool get isNotLabelerService => !isLabelerService;