SchemaProgramMembership constructor
SchemaProgramMembership({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- SchemaOrganization? hostingOrganization,
- dynamic member,
- dynamic members,
- String? membershipNumber,
- dynamic membershipPointsEarned,
- SchemaMemberProgram? program,
- String? programName,
Create a new instance of SchemaProgramMembership
Implementation
SchemaProgramMembership({
super.additionalType,
super.alternateName,
super.description,
super.disambiguatingDescription,
super.identifier,
super.image,
super.mainEntityOfPage,
super.name,
super.owner,
super.potentialAction,
super.sameAs,
super.subjectOf,
super.url,
this.hostingOrganization,
this.member,
this.members,
this.membershipNumber,
this.membershipPointsEarned,
this.program,
this.programName,
});