AuthUserAttribute.fromJson constructor

AuthUserAttribute.fromJson(
  1. Map<String, Object?> json
)

The key and value for a user attribute.

Implementation

factory AuthUserAttribute.fromJson(Map<String, Object?> json) =>
    _$AuthUserAttributeFromJson(json);