recordView property
RecordView
get
recordView
Returns this data as RecordView.
Make sure to check if this object is RecordView with isRecordView.
Implementation
RecordView get recordView => this.data as RecordView;