PropertyTransform class
A transformation of an entity property.
Constructors
- PropertyTransform({ArrayValue? appendMissingElements, Value? increment, Value? maximum, Value? minimum, String? property, ArrayValue? removeAllFromArray, String? setToServerValue})
- PropertyTransform.fromJson(Map json_)
Properties
- appendMissingElements ↔ ArrayValue?
- 
  Appends the given elements in order if they are not already present in the
current property value.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- increment ↔ Value?
- 
  Adds the given value to the property's current value.
  getter/setter pair
- maximum ↔ Value?
- 
  Sets the property to the maximum of its current value and the given value.
  getter/setter pair
- minimum ↔ Value?
- 
  Sets the property to the minimum of its current value and the given value.
  getter/setter pair
- property ↔ String?
- 
  The name of the property.
  getter/setter pair
- removeAllFromArray ↔ ArrayValue?
- 
  Removes all of the given elements from the array in the property.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- setToServerValue ↔ String?
- 
  Sets the property to the given server value.
Possible string values are:
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited