toJson method

Map toJson()

Implementation

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