TargetPlatformVariant constructor

const TargetPlatformVariant(
  1. Set<TargetPlatform> values
)

Creates a TargetPlatformVariant that tests the given values.

Implementation

const TargetPlatformVariant(this.values);