toJson method
Implementation
Map toJson() {
return {
'target_id': targetId,
'changes': changes,
'user_id': userId,
'id': id,
'action_type': actionType,
'options': options,
'reason': reason,
};
}
Map toJson() {
return {
'target_id': targetId,
'changes': changes,
'user_id': userId,
'id': id,
'action_type': actionType,
'options': options,
'reason': reason,
};
}