PythonPackage constructor

PythonPackage({
  1. String? createTime,
  2. String? name,
  3. String? packageName,
  4. String? updateTime,
  5. String? uri,
  6. String? version,
})

Implementation

PythonPackage({
  this.createTime,
  this.name,
  this.packageName,
  this.updateTime,
  this.uri,
  this.version,
});