toJson method
- @override
override
Implementation
@override
Map<String, Object?> toJson() => {
'attributesType': attributesType,
'activityId': activityId,
'content': content.toJson(),
};
@override
Map<String, Object?> toJson() => {
'attributesType': attributesType,
'activityId': activityId,
'content': content.toJson(),
};