ConstructorDoc constructor
ConstructorDoc({})
Implementation
ConstructorDoc({
this.name,
this.description,
this.isConst = false,
this.isFactory = false,
this.parameters = const [],
this.codeExamples = const [],
});