ObjectOwner constructor

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

Implementation

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