toValue property

String get toValue

Implementation

String get toValue {
  switch (this) {
    case CreationMode.setLocationOnRedeem:
      return 'SetLocationOnRedeem';
    default:
      return 'Standard';
  }
}