EnterpriseCrmEventbusProtoAddress constructor
EnterpriseCrmEventbusProtoAddress({
- String? email,
- String? name,
- List<
EnterpriseCrmEventbusProtoToken> ? tokens,
Implementation
EnterpriseCrmEventbusProtoAddress({
this.email,
this.name,
this.tokens,
});