InterfaceWithComment constructor
InterfaceWithComment(})
Implementation
InterfaceWithComment(
String type,
List<String> typeArgsTypes,
List<String> typeParamsNames,
List<NameType> fields, {
this.comment,
bool isSealed = false,
bool hidePublicConstructor = false,
}) : super(
type,
typeArgsTypes,
typeParamsNames,
fields,
false,
isSealed,
hidePublicConstructor,
);