Attachment.withOwner constructor

Attachment.withOwner(
  1. Item owner
)
Initializes a new instance of the The owner.

Implementation

Attachment.withOwner(Item owner) : _service = owner.Service {
  this._owner = owner;
}