toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case InputSourceEndBehavior.$continue:
      return 'CONTINUE';
    case InputSourceEndBehavior.loop:
      return 'LOOP';
  }
}