PermissionResponse constructor
PermissionResponse({
- PermissionResponseAction? action = PermissionResponseAction.DENY,
- List<
PermissionResourceType> resources = const [],
Implementation
PermissionResponse(
{this.action = PermissionResponseAction.DENY, this.resources = const []});