Indicates whether this ChatId has isLocal indicator and its userId equals the provided id.
id
bool isLocalWith(UserId? id) => isLocal && userId == id;