DeclarationFieldParameter constructor

DeclarationFieldParameter(
  1. String name, [
  2. String? type
])

Implementation

DeclarationFieldParameter(this.name, [this.type]);