AuthenticationProviderAuthenticationSessionsChangeEvent constructor
AuthenticationProviderAuthenticationSessionsChangeEvent({
- List<
AuthenticationSession> ? added, - List<
AuthenticationSession> ? removed, - 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,
);