FlutterModelConfidenceContribution class
- Available extensions
Constructors
- FlutterModelConfidenceContribution({required String name, String? mac, required int strength, required int contribution})
Properties
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 FlutterModelConfidenceContribution, provided by the FlutterModelConfidenceContributionExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
decode(
Object result) → FlutterModelConfidenceContribution