code property

String code

Implementation

String get code {
  switch (this) {
    case TipIndicator.mobileAppRequiresConfirmation:
      return '01';
    case TipIndicator.tipValueFixed:
      return '02';
    case TipIndicator.tipValuePercentage:
      return '03';
  }
}