MOperationRef constructor

const MOperationRef(
  1. String? developer,
  2. String? module,
  3. String artifactId,
  4. String? version, [
  5. String type = "default",
])

Implementation

const MOperationRef(
    String? developer, String? module, String artifactId, String? version,
    [String type = "default"])
    : super(developer, module, operation, artifactId, version, type);