OperationIdentifier constructor

const OperationIdentifier(
  1. int index,
  2. int? networkIndex
)

Implementation

const OperationIdentifier(this.index, this.networkIndex);