rawValue property

String get rawValue

Returns the raw string value for native communication.

Implementation

String get rawValue {
  switch (this) {
    case IaCardLinkFinishAction.sendRawPrescriptions:
      return 'sendRawPrescriptions';
    case IaCardLinkFinishAction.uploadPrescriptions:
      return 'uploadPrescriptions';
  }
}