toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'reason': reason,
    'user': user,
  };
}