DocProperty constructor
const
DocProperty({})
Implementation
const DocProperty({
required this.name,
required this.type,
required this.description,
required this.features,
this.annotations = const [],
});
const DocProperty({
required this.name,
required this.type,
required this.description,
required this.features,
this.annotations = const [],
});