DocDirectiveParameter constructor

const DocDirectiveParameter(
  1. String name,
  2. DocDirectiveParameterFormat expectedFormat
)

Implementation

const DocDirectiveParameter(this.name, this.expectedFormat);