AddAclEntryResponse constructor

AddAclEntryResponse({
  1. Acl? acl,
  2. bool? aclCreated,
})

Implementation

AddAclEntryResponse({this.acl, this.aclCreated});