menu
orm package
documentation
generator_helper.dart
BinaryTargetsEnvValue
BinaryTargetsEnvValue const constructor
BinaryTargetsEnvValue const constructor
dark_mode
light_mode
BinaryTargetsEnvValue
constructor
const
BinaryTargetsEnvValue
(
{
String
?
fromEnvVar
,
required
bool
native
,
required
String
value
,
})
Implementation
const BinaryTargetsEnvValue({ this.fromEnvVar, required this.native, required this.value, });
orm package
documentation
generator_helper
BinaryTargetsEnvValue
BinaryTargetsEnvValue const constructor
BinaryTargetsEnvValue class