PlatformFramework constructor

PlatformFramework({
  1. String? name,
  2. String? version,
})

Implementation

PlatformFramework({
  this.name,
  this.version,
});