AccountWebAuthorizations constructor

const AccountWebAuthorizations({
  1. required List<WebAuthorizationBase> authorizations,
  2. required List<UserBase> users,
})

Account Web Authorizations constructor.

Implementation

const AccountWebAuthorizations({
  required this.authorizations,
  required this.users,
}) : super._();