defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "reportReason",
    "@is_json_scheme_class": true,
    "@return_type": "reportReason",
    "report_reason_spam": {"@type": "reportReasonSpam"},
    "report_reason_violence": {"@type": "reportReasonViolence"},
    "report_reason_pornography": {"@type": "reportReasonPornography"},
    "report_reason_child_abuse": {"@type": "reportReasonChildAbuse"},
    "report_reason_copyright": {"@type": "reportReasonCopyright"},
    "report_reason_unrelated_location": {"@type": "reportReasonUnrelatedLocation"},
    "report_reason_fake": {"@type": "reportReasonFake"},
    "report_reason_illegal_drugs": {"@type": "reportReasonIllegalDrugs"},
    "report_reason_personal_details": {"@type": "reportReasonPersonalDetails"},
    "report_reason_custom": {"@type": "reportReasonCustom"}
  };
}