JsonSchemaVariantMap constructor

JsonSchemaVariantMap({
  1. String? P_ref,
  2. String? typeValue,
})

Implementation

JsonSchemaVariantMap({
  this.P_ref,
  this.typeValue,
});