SessionV1 class

Constructors

SessionV1({String? id, String? user_id, String? user_name, bool? active, DateTime? open_time, DateTime? close_time, DateTime? request_time, String? address, String? client, dynamic user, dynamic data})

Properties

active bool
getter/setter pair
address String?
getter/setter pair
client String?
getter/setter pair
close_time DateTime?
getter/setter pair
data ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique object identifier of type K.
getter/setter pair
open_time DateTime?
getter/setter pair
request_time DateTime?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user ↔ dynamic
getter/setter pair
user_id String?
getter/setter pair
user_name String?
getter/setter pair

Methods

fromJson(Map<String, dynamic> json) → void
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