$UApplyWritesResultExtension extension

on

Properties

createResult CreateResult

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

Returns this data as CreateResult.
no setter
createResultOrNull CreateResult?

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

Returns CreateResult if this data is CreateResult, otherwise null.
no setter
deleteResult DeleteResult

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

Returns this data as DeleteResult.
no setter
deleteResultOrNull DeleteResult?

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

Returns DeleteResult if this data is DeleteResult, otherwise null.
no setter
isCreateResult bool

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

Returns true if this data is CreateResult, otherwise false.
no setter
isDeleteResult bool

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

Returns true if this data is DeleteResult, otherwise false.
no setter
isNotCreateResult bool

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

Returns true if this data is not CreateResult, otherwise false.
no setter
isNotDeleteResult bool

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

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

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

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

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

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

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

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

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

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

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

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

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

Returns JSON object if this data is unknown, otherwise null.
no setter
updateResult UpdateResult

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

Returns this data as UpdateResult.
no setter
updateResultOrNull UpdateResult?

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

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

Methods

toJson() Map<String, dynamic>

Available on UApplyWritesResult, provided by the $UApplyWritesResultExtension extension

Returns JSON representation.