any property
Allows all network operations.
Implementation
static final NetworkPermission any = NetworkPermission._(
null,
null,
true,
true,
true,
);
Allows all network operations.
static final NetworkPermission any = NetworkPermission._(
null,
null,
true,
true,
true,
);