Contents

init(item:account:)

Creates a linked item from the identifiers of an item and an account.

Declaration

init(item: Data, account: Data? = nil)

Parameters

  • item:

    The Id of the item linked by this LinkedItem.

  • account:

    The Id of the Account to which this LinkedItem belongs, if any. Defaults to nil.