EventBirthdayProperties constructor

EventBirthdayProperties({
  1. String? contact,
  2. String? customTypeName,
  3. String? type,
})

Implementation

EventBirthdayProperties({this.contact, this.customTypeName, this.type});