RuntimeCompletionExpressionType constructor

RuntimeCompletionExpressionType(
  1. RuntimeCompletionExpressionTypeKind kind, {
  2. String? libraryPath,
  3. String? name,
  4. List<RuntimeCompletionExpressionType>? typeArguments,
  5. RuntimeCompletionExpressionType? returnType,
  6. List<RuntimeCompletionExpressionType>? parameterTypes,
  7. List<String>? parameterNames,
})

Implementation

RuntimeCompletionExpressionType(this.kind,
    {this.libraryPath,
    this.name,
    this.typeArguments,
    this.returnType,
    this.parameterTypes,
    this.parameterNames});