additionalProps property

  1. @override
List<Object?> get additionalProps
override

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,
      awaitingVerification,
      awaitingLogin,
      totpSetupSecret,
      totpSetupUri,
    ];