sendNotification property

  1. @TagNumber(4)
bool sendNotification

Send email notification that credential has been sent to a wallet

Implementation

@$pb.TagNumber(4)
$core.bool get sendNotification => $_getBF(1);
  1. @TagNumber(4)
void sendNotification=(bool v)

Implementation

@$pb.TagNumber(4)
set sendNotification($core.bool v) {
  $_setBool(1, v);
}