UpdateUserAttributesRequest constructor

UpdateUserAttributesRequest({
  1. required List<AuthUserAttribute> attributes,
  2. UpdateUserAttributesOptions? options,
})

Default constructor

Implementation

UpdateUserAttributesRequest({
  required this.attributes,
  this.options,
});