$UApplyWritesWriteExtension extension

on

Properties

create Create

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns this data as Create.
no setter
createOrNull Create?

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns Create if this data is Create, otherwise null.
no setter
delete Delete

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns this data as Delete.
no setter
deleteOrNull Delete?

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns Delete if this data is Delete, otherwise null.
no setter
isCreate bool

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns true if this data is Create, otherwise false.
no setter
isDelete bool

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns true if this data is Delete, otherwise false.
no setter
isNotCreate bool

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns true if this data is not Create, otherwise false.
no setter
isNotDelete bool

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns true if this data is not Delete, otherwise false.
no setter
isNotUnknown bool

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns true if this data is not unknown object, otherwise false.
no setter
isNotUpdate bool

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns true if this data is not Update, otherwise false.
no setter
isUnknown bool

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns true if this data is unknown object, otherwise false.
no setter
isUpdate bool

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns true if this data is Update, otherwise false.
no setter
unknown Map<String, dynamic>

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns JSON object if this data is unknown, otherwise null.
no setter
update Update

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns this data as Update.
no setter
updateOrNull Update?

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns Update if this data is Update, otherwise null.
no setter

Methods

toJson() Map<String, dynamic>

Available on UApplyWritesWrite, provided by the $UApplyWritesWriteExtension extension

Returns JSON representation.