menu
aws_devicefarm_api package
documentation
devicefarm-2015-06-23.dart
CurrencyCodeValueExtension
toValue method
toValue method
dark_mode
light_mode
toValue
method
String
toValue
(
)
Implementation
String toValue() { switch (this) { case CurrencyCode.usd: return 'USD'; } }
aws_devicefarm_api package
documentation
devicefarm-2015-06-23
CurrencyCodeValueExtension
toValue method
CurrencyCodeValueExtension extension on
CurrencyCode