SchemaHackathon constructor

SchemaHackathon({
  1. SchemaThing? about,
  2. dynamic actor,
  3. String? additionalType,
  4. SchemaAggregateRating? aggregateRating,
  5. String? alternateName,
  6. dynamic attendee,
  7. dynamic attendees,
  8. SchemaAudience? audience,
  9. dynamic composer,
  10. dynamic contributor,
  11. dynamic description,
  12. SchemaPerson? director,
  13. String? disambiguatingDescription,
  14. String? doorTime,
  15. dynamic duration,
  16. String? endDate,
  17. SchemaEventAttendanceModeEnumeration? eventAttendanceMode,
  18. SchemaSchedule? eventSchedule,
  19. SchemaEventStatusType? eventStatus,
  20. dynamic funder,
  21. SchemaGrant? funding,
  22. SchemaOffer? hasParticipationOffer,
  23. SchemaOffer? hasSponsorshipOffer,
  24. dynamic identifier,
  25. dynamic image,
  26. dynamic inLanguage,
  27. bool? isAccessibleForFree,
  28. dynamic keywords,
  29. dynamic location,
  30. dynamic mainEntityOfPage,
  31. int? maximumAttendeeCapacity,
  32. int? maximumPhysicalAttendeeCapacity,
  33. int? maximumVirtualAttendeeCapacity,
  34. String? name,
  35. dynamic offers,
  36. dynamic organizer,
  37. dynamic owner,
  38. dynamic performer,
  39. dynamic performers,
  40. SchemaAction? potentialAction,
  41. String? previousStartDate,
  42. SchemaCreativeWork? recordedIn,
  43. int? remainingAttendeeCapacity,
  44. SchemaReview? review,
  45. String? sameAs,
  46. dynamic sponsor,
  47. String? startDate,
  48. SchemaEvent? subEvent,
  49. SchemaEvent? subEvents,
  50. dynamic subjectOf,
  51. SchemaEvent? superEvent,
  52. dynamic translator,
  53. String? typicalAgeRange,
  54. String? url,
  55. SchemaCreativeWork? workFeatured,
  56. SchemaCreativeWork? workPerformed,
})

Create a new instance of SchemaHackathon

Implementation

SchemaHackathon({
  super.about,
  super.actor,
  super.additionalType,
  super.aggregateRating,
  super.alternateName,
  super.attendee,
  super.attendees,
  super.audience,
  super.composer,
  super.contributor,
  super.description,
  super.director,
  super.disambiguatingDescription,
  super.doorTime,
  super.duration,
  super.endDate,
  super.eventAttendanceMode,
  super.eventSchedule,
  super.eventStatus,
  super.funder,
  super.funding,
  super.hasParticipationOffer,
  super.hasSponsorshipOffer,
  super.identifier,
  super.image,
  super.inLanguage,
  super.isAccessibleForFree,
  super.keywords,
  super.location,
  super.mainEntityOfPage,
  super.maximumAttendeeCapacity,
  super.maximumPhysicalAttendeeCapacity,
  super.maximumVirtualAttendeeCapacity,
  super.name,
  super.offers,
  super.organizer,
  super.owner,
  super.performer,
  super.performers,
  super.potentialAction,
  super.previousStartDate,
  super.recordedIn,
  super.remainingAttendeeCapacity,
  super.review,
  super.sameAs,
  super.sponsor,
  super.startDate,
  super.subEvent,
  super.subEvents,
  super.subjectOf,
  super.superEvent,
  super.translator,
  super.typicalAgeRange,
  super.url,
  super.workFeatured,
  super.workPerformed,
});