BucketOwner constructor

BucketOwner({
  1. String? entity,
  2. String? entityId,
})

Implementation

BucketOwner({this.entity, this.entityId});