UserProfileDetails constructor
UserProfileDetails({
- DateTime? creationTime,
- String? domainId,
- DateTime? lastModifiedTime,
- UserProfileStatus? status,
- String? userProfileName,
Implementation
UserProfileDetails({
this.creationTime,
this.domainId,
this.lastModifiedTime,
this.status,
this.userProfileName,
});