EnterpriseCrmEventbusProtoAddress constructor

EnterpriseCrmEventbusProtoAddress({
  1. String? email,
  2. String? name,
  3. List<EnterpriseCrmEventbusProtoToken>? tokens,
})

Implementation

EnterpriseCrmEventbusProtoAddress({
  this.email,
  this.name,
  this.tokens,
});