PackageEntity constructor

PackageEntity({
  1. Map<String, Object?>? customFeatures,
  2. String? packageBody,
  3. String? packageSqlCode,
})

Implementation

PackageEntity({
  this.customFeatures,
  this.packageBody,
  this.packageSqlCode,
});