Blueprint constructor

Blueprint({
  1. String? blueprintId,
  2. String? description,
  3. String? group,
  4. bool? isActive,
  5. String? licenseUrl,
  6. int? minPower,
  7. String? name,
  8. InstancePlatform? platform,
  9. String? productUrl,
  10. BlueprintType? type,
  11. String? version,
  12. String? versionCode,
})

Implementation

Blueprint({
  this.blueprintId,
  this.description,
  this.group,
  this.isActive,
  this.licenseUrl,
  this.minPower,
  this.name,
  this.platform,
  this.productUrl,
  this.type,
  this.version,
  this.versionCode,
});