toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'id': id,
      'projectid': projectId,
      'title': title,
      'description': description,
      'email': email,
      'feedback_type': feedbackType,
      'attachments': attachments,
      'created_date': createdDate,
      'modified_date': modifiedDate,
      'expiry_date': expiryDate
    };