PredictSchemata constructor

PredictSchemata({
  1. String instanceSchemaUri = '',
  2. String parametersSchemaUri = '',
  3. String predictionSchemaUri = '',
})

Implementation

PredictSchemata({
  this.instanceSchemaUri = '',
  this.parametersSchemaUri = '',
  this.predictionSchemaUri = '',
}) : super(fullyQualifiedName);