path property
String
get
path
Configure the path of the deep link
Implementation
String get path {
switch (this) {
case TChainPaymentAction.deposit:
return 'payment_deposit';
case TChainPaymentAction.withdraw:
return 'payment_withdraw';
}
}