name property
String
get
name
Implementation
String get name {
switch (this) {
case PaymentSdkTransactionType.AUTH:
return "auth";
default:
return "sale";
}
}
String get name {
switch (this) {
case PaymentSdkTransactionType.AUTH:
return "auth";
default:
return "sale";
}
}