CognitoUserAttribute constructor

CognitoUserAttribute({
  1. String? name,
  2. String? value,
})

Implementation

CognitoUserAttribute({this.name, this.value});