isRecordView property

bool get isRecordView

Returns true if this data is RecordView, otherwise false.

Implementation

bool get isRecordView => this is UMessageViewEmbedRecordView;