BinaryTargetsEnvValue constructor

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

Implementation

const factory BinaryTargetsEnvValue({
  String? fromEnvVar,
  required String value,
  bool? native,
}) = _BinaryTargetsEnvValue;