isDialog property

bool get isDialog

Indicates whether this Chat is a dialog.

Implementation

bool get isDialog => kind == ChatKind.dialog;