MmSession constructor
MmSession({})
Returns a new MmSession instance.
Implementation
MmSession({
this.createAt,
this.deviceId,
this.expiresAt,
this.id,
this.isOauth,
this.lastActivityAt,
this.props,
this.roles,
this.teamMembers = const [],
this.token,
this.userId,
});