toJson method

Map<String, dynamic> toJson()

Returns the data fields of Activity in JSON format.

Implementation

Map<String, dynamic> toJson() => {'type': type, 'confidence': confidence};