any property

NetworkPermission any
final

Allows all network operations.

Implementation

static final NetworkPermission any = NetworkPermission._(
  null,
  null,
  true,
  true,
  true,
);