isRecordView property
bool
get
isRecordView
Returns true if this data is RecordView, otherwise false.
Implementation
bool get isRecordView => this is UPostViewEmbedRecordView;
Returns true if this data is RecordView, otherwise false.
bool get isRecordView => this is UPostViewEmbedRecordView;