Session constructor
Session({})
Implementation
Session({
this.expireTime,
this.ttl,
this.name = '',
this.createTime,
this.updateTime,
this.displayName = '',
this.sessionState,
required this.userId,
}) : super(fullyQualifiedName);