PublisherModel constructor

PublisherModel({
  1. String name = '',
  2. String versionId = '',
  3. required PublisherModel_OpenSourceCategory openSourceCategory,
  4. PublisherModel_Parent? parent,
  5. PublisherModel_CallToAction? supportedActions,
  6. List<String> frameworks = const [],
  7. PublisherModel_LaunchStage launchStage = PublisherModel_LaunchStage.$default,
  8. PublisherModel_VersionState versionState = PublisherModel_VersionState.$default,
  9. String publisherModelTemplate = '',
  10. 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);