Interface.fromGenerics constructor

Interface.fromGenerics(
  1. String interfaceName,
  2. List<NameType> typeParams,
  3. List<NameType> fields, [
  4. bool isExplicitSubType = false,
  5. bool isSealed = false,
  6. bool hidePublicConstructor = false,
])

Implementation

Interface.fromGenerics(
  this.interfaceName,
  this.typeParams,
  this.fields, [
  this.isExplicitSubType = false,
  this.isSealed = false,
  this.hidePublicConstructor = false,
]);