UserProfileDetails class
The user profile details.
Constructors
- UserProfileDetails({DateTime? creationTime, String? domainId, DateTime? lastModifiedTime, UserProfileStatus? status, String? userProfileName})
-
UserProfileDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime?
-
The creation time.
final
- domainId → String?
-
The domain ID.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedTime → DateTime?
-
The last modified time.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → UserProfileStatus?
-
The status.
final
- userProfileName → String?
-
The user profile name.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited