TDocumentation constructor

const TDocumentation({
  1. required String name,
})

Implementation

const TDocumentation({
  required super.name,
});