isRecordWithMedia property
bool
get
isRecordWithMedia
Returns true if this data is RecordWithMedia, otherwise false.
Implementation
bool get isRecordWithMedia => this is UPostEmbedRecordWithMedia;
Returns true if this data is RecordWithMedia, otherwise false.
bool get isRecordWithMedia => this is UPostEmbedRecordWithMedia;