data property

Map<UserId, SessionData> data
final

SessionDatas stored in the database and accessible synchronously.

Note, that this field only should be used, if init was invoked before any operations with the database, or otherwise it may contain incomplete data.

Implementation

final Map<UserId, SessionData> data = {};