toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"added_actions": addedActions.map((i) => i.toJson()).toList(),
"removed_actions": removedActions.map((i) => i.toJson()).toList(),
};
}