PermissionResponse constructor

PermissionResponse({
  1. PermissionResponseAction? action = PermissionResponseAction.DENY,
  2. List<PermissionResourceType> resources = const [],
})

Implementation

PermissionResponse(
    {this.action = PermissionResponseAction.DENY, this.resources = const []});