rawValue property

int rawValue

Implementation

int get rawValue {
  switch (this) {
    case ApplePaySummaryItemType.final_:
      return 0;
    case ApplePaySummaryItemType.pending:
      return 1;
  }
}