Consequence class final

Annotations
  • @JsonSerializable()

Constructors

Consequence({List<HideConsequenceObject>? hide, List<PromoteConsequenceObject>? promote, ParamsConsequence? params})
Returns a new Consequence instance.
const
Consequence.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
hide List<HideConsequenceObject>?
Exclude items from recommendations.
final
params ParamsConsequence?
final
promote List<PromoteConsequenceObject>?
Place items at specific positions in the list of recommendations.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override

Operators

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