toValue method
Implementation
String toValue() {
switch (this) {
case FeatureType.tables:
return 'TABLES';
case FeatureType.forms:
return 'FORMS';
}
}
String toValue() {
switch (this) {
case FeatureType.tables:
return 'TABLES';
case FeatureType.forms:
return 'FORMS';
}
}