IdentitySessionResponse class

Constructors

IdentitySessionResponse({DateTime? date, int? timeStamp, String? token, String? userCode, List<Location>? locations, Device? device, List<Sucursale>? sucursales, Usuario? usuario, Session? session})
IdentitySessionResponse.fromJson(String str)
factory
IdentitySessionResponse.fromMap(Map<String, dynamic> json)
factory

Properties

date DateTime?
getter/setter pair
device Device?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locations List<Location>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session Session?
getter/setter pair
sucursales List<Sucursale>?
getter/setter pair
timeStamp int?
getter/setter pair
token String?
getter/setter pair
userCode String?
getter/setter pair
usuario Usuario?
getter/setter pair

Methods

copyWith({DateTime? date, int? timeStamp, String? token, String? userCode, List<Location>? locations, Device? device, List<Sucursale>? sucursales, Usuario? usuario, Session? session}) IdentitySessionResponse
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