InboundReferences constructor

InboundReferences(
  1. {List<InboundReference>? references}
)

Implementation

InboundReferences({
  this.references,
});