record property

Record get record

Returns this data as Record.

Make sure to check if this object is Record with isRecord.

Implementation

Record get record => this.data as Record;