User class

Constructors

User({required bool changePassword, String? photoUrl, required bool admin, required bool allowedToChangePassword, required String id, required String username, required String fullName, required String email, String? locale, required String tenantDomain, required String tenantName, required String tenantLocale, required bool blocked, String? authenticationType, String? description, List? properties, Integration? integration, String? discriminator})
const
User.fromJson(String source)
factory
User.fromMap(Map<String, dynamic> map)
factory

Properties

admin bool
final
allowedToChangePassword bool
final
authenticationType String?
final
blocked bool
final
changePassword bool
final
description String?
final
discriminator String?
final
email String
final
fullName String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
integration → Integration?
final
locale String?
final
photoUrl String?
final
properties List?
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool
If set to true, the toString method will be overridden to output this instance's props.
no setter
tenantDomain String
final
tenantLocale String
final
tenantName String
final
username String
final

Methods

copyWith({bool? changePassword, String? photoUrl, bool? admin, bool? allowedToChangePassword, String? id, String? username, String? fullName, String? email, String? locale, String? tenantDomain, String? tenantName, String? tenantLocale, bool? blocked, String? authenticationType, String? description, List? properties, Integration? integration, String? discriminator}) User
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited