toValue method

String toValue()

Implementation

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