PermissionRepository constructor

PermissionRepository(
  1. AppPermission permission
)

Implementation

PermissionRepository(AppPermission permission)
    : super(permission: permission);