ItemUpdate class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

ItemUpdate()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

forEachChangedField(void callback(String? fieldName, int fieldPosition, String? value)) → void

Available on ItemUpdate, provided by the ItemUpdateExt extension

forEachField(void callback(String? fieldName, int fieldPosition, String? value)) → void

Available on ItemUpdate, provided by the ItemUpdateExt extension

getItemName() String?

Available on ItemUpdate, provided by the ItemUpdateExt extension

getItemPos() int

Available on ItemUpdate, provided by the ItemUpdateExt extension

getValue(StringOrInt fieldNameOrPosition) String?

Available on ItemUpdate, provided by the ItemUpdateExt extension

getValueAsJSONPatchIfAvailable(StringOrInt fieldNameOrPosition) Object?

Available on ItemUpdate, provided by the ItemUpdateExt extension

isSnapshot() bool

Available on ItemUpdate, provided by the ItemUpdateExt extension

isValueChanged(StringOrInt fieldNameOrPosition) bool

Available on ItemUpdate, provided by the ItemUpdateExt extension

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