FocusMetrics class

Annotations
  • @Collection(accessor: 'focusMetrics')

Constructors

FocusMetrics.new({required String id, required String focusId, required int count, required DateTime lastUpdated, double? relevance})

Properties

count int
final
focusId String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isarId → Id
no setter
lastUpdated DateTime
final
relevance double?
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
toString() String
A string representation of this object.
inherited

Operators

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