AuthenticationProviderAuthenticationSessionsChangeEvent constructor

AuthenticationProviderAuthenticationSessionsChangeEvent({
  1. List<AuthenticationSession>? added,
  2. List<AuthenticationSession>? removed,
  3. List<AuthenticationSession>? changed,
})

Implementation

factory AuthenticationProviderAuthenticationSessionsChangeEvent({
  _i2.List<_i3.AuthenticationSession>? added,
  _i2.List<_i3.AuthenticationSession>? removed,
  _i2.List<_i3.AuthenticationSession>? changed,
}) =>
    AuthenticationProviderAuthenticationSessionsChangeEvent._(
      added: added ?? _i6.undefined,
      removed: removed ?? _i6.undefined,
      changed: changed ?? _i6.undefined,
    );