PlatformName constructor

const PlatformName(
  1. PlatformCategory category,
  2. PlatformType type,
  3. PlatformCompany company
)

Implementation

const PlatformName(this.category, this.type, this.company);