PublisherModel constructor
PublisherModel({
- String name = '',
- String versionId = '',
- required PublisherModel_OpenSourceCategory openSourceCategory,
- PublisherModel_Parent? parent,
- PublisherModel_CallToAction? supportedActions,
- List<
String> frameworks = const [], - PublisherModel_LaunchStage launchStage = PublisherModel_LaunchStage.$default,
- PublisherModel_VersionState versionState = PublisherModel_VersionState.$default,
- String publisherModelTemplate = '',
- PredictSchemata? predictSchemata,
Implementation
PublisherModel({
this.name = '',
this.versionId = '',
required this.openSourceCategory,
this.parent,
this.supportedActions,
this.frameworks = const [],
this.launchStage = PublisherModel_LaunchStage.$default,
this.versionState = PublisherModel_VersionState.$default,
this.publisherModelTemplate = '',
this.predictSchemata,
}) : super(fullyQualifiedName);