ObjectAccessControls constructor
ObjectAccessControls({
- List<
ObjectAccessControl> ? items, - String? kind,
Implementation
ObjectAccessControls({
this.items,
this.kind,
});