RouterDoc constructor

RouterDoc(
  1. String? name,
  2. String? description
)

Implementation

RouterDoc(this.name, this.description);