ObjectIdentifierAndLinkNameTuple constructor

ObjectIdentifierAndLinkNameTuple({
  1. String? linkName,
  2. String? objectIdentifier,
})

Implementation

ObjectIdentifierAndLinkNameTuple({
  this.linkName,
  this.objectIdentifier,
});