PlatformAttributes constructor

const PlatformAttributes(
  1. String name,
  2. Version version
)

Implementation

const PlatformAttributes(this.name, this.version);