CelmFieldRef class

One descriptor field, with how well it was seen.

Quality decides whether a question is answerable. It never becomes part of a judgment's confidence: how well something was seen and how sure a conclusion is are different quantities, and a threshold over their product means nothing.

Constructors

CelmFieldRef({required String field, required double quality})
const
CelmFieldRef.fromJson(Map<String, dynamic> json)
factory

Properties

field String
final
hashCode int
The hash code for this object.
no setterinherited
quality 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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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