DeclArg constructor

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

Implementation

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