EventInfo constructor

EventInfo({
  1. Address? billingAddress,
  2. String? email,
})

Implementation

EventInfo({
  this.billingAddress,
  this.email,
});