IssuerContactInfo constructor

IssuerContactInfo({
  1. List<String>? alertsEmails,
  2. String? email,
  3. String? name,
  4. String? phone,
})

Implementation

IssuerContactInfo({
  this.alertsEmails,
  this.email,
  this.name,
  this.phone,
});