LoginEvent constructor
LoginEvent({})
Implementation
LoginEvent({
required this.accountId,
this.externalId,
this.tag,
this.status,
this.location,
this.properties,
});
LoginEvent({
required this.accountId,
this.externalId,
this.tag,
this.status,
this.location,
this.properties,
});