CustomFieldReplacement class

Details about the replacement for a deleted version.

Constructors

CustomFieldReplacement({int? customFieldId, int? moveTo})
CustomFieldReplacement.fromJson(Map<String, Object?> json)
factory

Properties

customFieldId int?
The ID of the custom field in which to replace the version number.
final
hashCode int
The hash code for this object.
no setterinherited
moveTo int?
The version number to use as a replacement for the deleted version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? customFieldId, int? moveTo}) CustomFieldReplacement
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