Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
session_entity.dart File Reference
import package;
import equatable.dart;
Include dependency graph for session_entity.dart:

Go to the source code of this file.

Classes

class  Equatable

Functions

const UserContext ({ this.lang, this.tz, this.uid, })

Variables

class SessionEntity extends Equatable lang
final String tz
final int uid
override List< Object?> get props => [lang

Function Documentation

◆ UserContext()

const UserContext ( { this.lang, this.tz, this.uid, } )

Variable Documentation

◆ lang

class SessionEntity extends Equatable lang

◆ props

override List<Object?> get props => [lang

Definition at line 70 of file session_entity.dart.

◆ tz

override List< Object?> get tz

Definition at line 60 of file session_entity.dart.

◆ uid

override List< Object?> get uid

Definition at line 61 of file session_entity.dart.