User constructor
User({})
Implementation
User({
required this.authenticationType,
this.arn,
this.createdTime,
this.enabled,
this.firstName,
this.lastName,
this.status,
this.userName,
});
User({
required this.authenticationType,
this.arn,
this.createdTime,
this.enabled,
this.firstName,
this.lastName,
this.status,
this.userName,
});