isLocal property

bool get isLocal

Indicates whether this ChatId is a dummy ID.

Implementation

bool get isLocal => val.startsWith('d_') || val.startsWith('local_');