toValue method
Implementation
String toValue() {
switch (this) {
case ManifestLayout.full:
return 'FULL';
case ManifestLayout.compact:
return 'COMPACT';
}
}
String toValue() {
switch (this) {
case ManifestLayout.full:
return 'FULL';
case ManifestLayout.compact:
return 'COMPACT';
}
}