DocMethod constructor
const
DocMethod({})
Implementation
const DocMethod({
required this.name,
required this.returnType,
required this.signature,
required this.features,
required this.description,
this.annotations = const [],
});