carp_context_package
context
ActivityDatum
ActivityDatum.fromJson factory constructor
ActivityDatum.fromJson
carp_context_package
context
ActivityDatum
ActivityDatum.fromJson factory constructor
ActivityDatum class
Constructors
ActivityDatum
fromActivity
fromJson
fromMap
Properties
confidence
format
type
hashCode
id
runtimeType
timestamp
Methods
toJson
toString
noSuchMethod
Operators
operator ==
Constants
CARP_DATA_FORMAT
ActivityDatum.fromJson constructor
ActivityDatum.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ActivityDatum.fromJson(Map<String, dynamic> json) => _$ActivityDatumFromJson(json);