RemoveAclEntryResponse constructor

RemoveAclEntryResponse({
  1. Acl? acl,
  2. bool? aclDeleted,
})

Implementation

RemoveAclEntryResponse({this.acl, this.aclDeleted});