RuntimeCompletionExpressionType constructor
RuntimeCompletionExpressionType(
- RuntimeCompletionExpressionTypeKind kind, {
- String? libraryPath,
- String? name,
- List<
RuntimeCompletionExpressionType> ? typeArguments, - RuntimeCompletionExpressionType? returnType,
- List<
RuntimeCompletionExpressionType> ? parameterTypes, - List<
String> ? parameterNames,
Implementation
RuntimeCompletionExpressionType(this.kind,
{this.libraryPath,
this.name,
this.typeArguments,
this.returnType,
this.parameterTypes,
this.parameterNames});