toValue method
Implementation
String toValue() {
switch (this) {
case ReloadOptionValue.dataReload:
return 'data-reload';
case ReloadOptionValue.validateOnly:
return 'validate-only';
}
}
String toValue() {
switch (this) {
case ReloadOptionValue.dataReload:
return 'data-reload';
case ReloadOptionValue.validateOnly:
return 'validate-only';
}
}