Activity class
Data class that define user activity.
Constructors
-
Activity.fromMap(Map<
String, dynamic> map) -
Create and Return Activity from
map
.
Properties
- confidence ↔ ActivityConfidence
-
Confidence of activity recognized.
latefinal
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ ActivityType
-
Type of activity recognized.
latefinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Return the internal field of the class in map format.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override