VariableTypeHint constructor

VariableTypeHint(
  1. Variable variable,
  2. String? typeName, {
  3. bool orNull = false,
  4. bool isRequired = false,
})

Implementation

VariableTypeHint(this.variable, this.typeName,
    {this.orNull = false, this.isRequired = false});