isDeleted property

bool isDeleted

True if the account that authored this message has been deleted.

Implementation

bool get isDeleted => data!['author']['isDeleted'];