BinaryTargetsEnvValue constructor

const BinaryTargetsEnvValue({
  1. String? fromEnvVar,
  2. required bool native,
  3. required String value,
})

Implementation

const BinaryTargetsEnvValue({
  this.fromEnvVar,
  required this.native,
  required this.value,
});