$UMessageViewEmbedExtension extension

on

Properties

isNotRecordView bool
Returns true if this data is not RecordView, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isRecordView bool
Returns true if this data is RecordView, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
recordView RecordView
Returns this data as RecordView.
no setter
recordViewOrNull RecordView?
Returns RecordView if this data is RecordView, otherwise null.
no setter
unknown Map<String, dynamic>
Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?
Returns JSON object if this data is unknown, otherwise null.
no setter

Methods

toJson() Map<String, dynamic>
Returns JSON representation.