$UApplyWritesWriteExtension extension

on

Properties

create Create
Returns this data as Create.
no setter
createOrNull Create?
Returns Create if this data is Create, otherwise null.
no setter
delete Delete
Returns this data as Delete.
no setter
deleteOrNull Delete?
Returns Delete if this data is Delete, otherwise null.
no setter
isCreate bool
Returns true if this data is Create, otherwise false.
no setter
isDelete bool
Returns true if this data is Delete, otherwise false.
no setter
isNotCreate bool
Returns true if this data is not Create, otherwise false.
no setter
isNotDelete bool
Returns true if this data is not Delete, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isNotUpdate bool
Returns true if this data is not Update, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
isUpdate bool
Returns true if this data is Update, otherwise false.
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
update Update
Returns this data as Update.
no setter
updateOrNull Update?
Returns Update if this data is Update, otherwise null.
no setter

Methods

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