menu
aws_imagebuilder_api package
documentation
imagebuilder-2019-12-02.dart
ContainerTypeValueExtension
toValue method
toValue method
dark_mode
light_mode
toValue
method
String
toValue
(
)
Implementation
String toValue() { switch (this) { case ContainerType.docker: return 'DOCKER'; } }
aws_imagebuilder_api package
documentation
imagebuilder-2019-12-02
ContainerTypeValueExtension
toValue method
ContainerTypeValueExtension extension on
ContainerType