updatedAt property

set updatedAt (String updatedAt)

Implementation

set updatedAt(String updatedAt) {
  _setAttribute(CognitoUserAttributeKey.updatedAt, updatedAt);
}