FieldUpdateOperation class

Details of an operation to perform on a field.

Constructors

FieldUpdateOperation({dynamic add, dynamic copy, dynamic edit, dynamic remove, dynamic set})
FieldUpdateOperation.fromJson(Map<String, Object?> json)
factory

Properties

add → dynamic
The value to add to the field.
final
copy → dynamic
The field value to copy from another issue.
final
edit → dynamic
The value to edit in the field.
final
hashCode int
The hash code for this object.
no setterinherited
remove → dynamic
The value to removed from the field.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
set → dynamic
The value to set in the field.
final

Methods

copyWith({dynamic add, dynamic copy, dynamic edit, dynamic remove, dynamic set}) FieldUpdateOperation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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