additionalProps property
The concrete class must implement this method to return a list of additional properties that are specific to the concrete class.
Implementation
@override
List<Object?> get additionalProps => [
session,
isLoggedIn,
user,
accessToken,
defaultOrgId,
orgMemberships,
defaultSpaceId,
spaceMemberships,
awaitingVerification,
awaitingLogin,
totpSetupSecret,
totpSetupUri,
];