MSchemaRef constructor

const MSchemaRef(
  1. String developer,
  2. String module,
  3. String artifactId,
  4. String version,
  5. String type,
)

Implementation

const MSchemaRef(String developer, String module, String artifactId,
    String version, String type)
    : super(developer, module, schema, artifactId, version, type);