added property

The {@link AuthenticationSessionAuthenticationSessions} of the {@link AuthenticationProvider} that have been added.

Implementation

_i2.List<_i3.AuthenticationSession>? get added => (_i5.getProperty(
      this,
      'added',
    ) as _i2.List?)
        ?.cast();