isRecordWithMediaView property

bool get isRecordWithMediaView

Returns true if this data is RecordWithMediaView, otherwise false.

Implementation

bool get isRecordWithMediaView => this is UPostViewEmbedRecordWithMediaView;