CognitoUserAttributeKey.custom constructor

const CognitoUserAttributeKey.custom(
  1. String _key
)

Creates a custom Cognito attribute.

Implementation

const CognitoUserAttributeKey.custom(this._key)
    : isCustom = true,
      readOnly = false;