Personalization class final

Annotations
  • @JsonSerializable()

Constructors

Personalization({int? filtersScore, int? rankingScore, int? score})
Returns a new Personalization instance.
const
Personalization.fromJson(Map<String, dynamic> json)
factory

Properties

filtersScore int?
The score of the filters.
final
hashCode int
The hash code for this object.
no setteroverride
rankingScore int?
The score of the ranking.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int?
The score of the event.
final

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