UserLoggedIn class

Annotations
  • @JsonSerializable()

Constructors

UserLoggedIn({required int uid, required bool is_system, required bool is_admin, required UserContext user_context, required String db, required String server_version, required String name, required String username, required UserCompanies user_companies, required Map<String, dynamic> currencies})
UserLoggedIn.fromJson(Map<String, dynamic> json)
factory

Properties

currencies Map<String, dynamic>
final
db String
final
hashCode int
The hash code for this object.
no setterinherited
is_admin bool
final
is_system bool
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server_version String
final
uid int
final
user_companies UserCompanies
final
user_context UserContext
final
username 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.
inherited

Operators

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