UpdateInfo class

Defines the structure of the response of a multi-object update operation in the database

Constructors

UpdateInfo({required int totalMatch, required int updated})
UpdateInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalMatch int
Total number of objects that matched to the filter query
getter/setter pair
updated int
Number of objects updated
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited