HomeUserDTO class

Available extensions
Annotations

Constructors

HomeUserDTO({String? userId, String? firstName, String? lastName, String? email, bool? isLoggedInUser, bool? isPendingUser, DateTime? invitationDate})
const
HomeUserDTO.fromJson(Map<String, dynamic> json)
factory

Properties

email String?
final
firstName String?
final
hashCode int
The hash code for this object.
no setteroverride
invitationDate DateTime?
final
isLoggedInUser bool?
final
isPendingUser bool?
final
lastName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
final

Methods

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.
override

Operators

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

Constants

fromJsonFactory → const HomeUserDTO Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(HomeUserDTO instance)