AccountPrivileges constructor

AccountPrivileges(
  1. int is_admin,
  2. Map<String, bool>? details
)

Implementation

AccountPrivileges(this.is_admin, this.details);