User class
- Annotations
-
- @JsonSerializable.new(includeIfNull: false)
Constructors
-
User({String? email, String? phone, String? provider, List<String>? roles, bool? isActive, dynamic lastLogin, String? application, DateTime? createdAt, DateTime? updatedAt, String? id})
-
const
-
User.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({String? email, String? phone, String? provider, List<String>? roles, bool? isActive, dynamic lastLogin, String? application, DateTime? createdAt, DateTime? updatedAt, String? id})
→ User
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited