recordView property

RecordView? get recordView

Implementation

RecordView? get recordView => isRecordView ? data as RecordView : null;