FlutterModelEvaluationResult class
- Available extensions
Constructors
-
FlutterModelEvaluationResult({required int buildingId, required int modelId, required String buildingName, String? modelName, required int confidence, required List<
FlutterModelConfidenceContribution?> wifiContributions, required List<FlutterModelConfidenceContribution?> bleContributions})
Properties
-
bleContributions
↔ List<
FlutterModelConfidenceContribution?> -
getter/setter pair
- buildingId ↔ int
-
getter/setter pair
- buildingName ↔ String
-
getter/setter pair
- confidence ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- modelId ↔ int
-
getter/setter pair
- modelName ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
wifiContributions
↔ List<
FlutterModelConfidenceContribution?> -
getter/setter pair
Methods
-
encode(
) → Object -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toStringPretty(
) → String -
Available on FlutterModelEvaluationResult, provided by the FlutterModelEvaluationResultExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
decode(
Object result) → FlutterModelEvaluationResult