OperationResponseLinks constructor

OperationResponseLinks(
  1. Link? effects,
  2. Link? precedes,
  3. Link? self,
  4. Link? succeeds,
  5. Link? transaction,
)

Implementation

OperationResponseLinks(this.effects, this.precedes, this.self, this.succeeds, this.transaction);