PermissionResponse constructor

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

Implementation

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