recordWithMediaView property

RecordWithMediaView get recordWithMediaView

Returns this data as RecordWithMediaView.

Make sure to check if this object is RecordWithMediaView with isRecordWithMediaView.

Implementation

RecordWithMediaView get recordWithMediaView =>
    this.data as RecordWithMediaView;