rawValue property
Returns the raw string value for native communication.
Implementation
String get rawValue {
switch (this) {
case IaCardLinkFlowType.cardLink:
return 'launchCardLinkSdk';
case IaCardLinkFlowType.savedCards:
return 'launchCardLinkCards';
}
}