AccountScope constructor

AccountScope(
  1. String email
)

Implementation

AccountScope(String email) : super._(AclScope._typeAccount, email);