Morphy2 constructor

const Morphy2({
  1. List<Type>? explicitSubTypes = null,
  2. bool generateJson = false,
  3. bool hidePublicConstructor = false,
  4. bool nonSealed = false,
})

Implementation

const Morphy2({
  this.explicitSubTypes = null,
  this.generateJson = false,
  this.hidePublicConstructor = false,
  this.nonSealed = false,
});