DeclArg constructor

DeclArg(
  1. Token id, {
  2. bool isOptional = false,
})

Implementation

DeclArg(this.id, {this.isOptional = false});