CommitBlobChanges class

Constructors

CommitBlobChanges({required List<Change> added, required List<Change> removed, required List<Change> modified})

Properties

added List<Change>
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
modified List<Change>
final
removed List<Change>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

merged() List<Change>
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