EndpointUser constructor

EndpointUser({
  1. Map<String, List<String>>? userAttributes,
  2. String? userId,
})

Implementation

EndpointUser({
  this.userAttributes,
  this.userId,
});