Instance(- {String? kind,
- int? identityHashCode,
- ClassRef? classRef,
- required String id,
- String? valueAsString,
- bool? valueAsStringIsTruncated,
- int? length,
- int? offset,
- int? count,
- String? name,
- ClassRef? typeClass,
- ClassRef? parameterizedClass,
- InstanceRef? returnType,
- List<Parameter>? parameters,
- List<InstanceRef>? typeParameters,
- List<BoundField>? fields,
- List? elements,
- List<MapAssociation>? associations,
- String? bytes,
- InstanceRef? mirrorReferent,
- InstanceRef? pattern,
- FuncRef? closureFunction,
- ContextRef? closureContext,
- bool? isCaseSensitive,
- bool? isMultiLine,
- InstanceRef? propertyKey,
- InstanceRef? propertyValue,
- TypeArgumentsRef? typeArguments,
- int? parameterIndex,
- InstanceRef? targetType,
- InstanceRef? bound,
- int? portId,
- InstanceRef? allocationLocation,
- String? debugName}
)
Implementation
Instance({
this.kind,
this.identityHashCode,
this.classRef,
required String id,
this.valueAsString,
this.valueAsStringIsTruncated,
this.length,
this.offset,
this.count,
this.name,
this.typeClass,
this.parameterizedClass,
this.returnType,
this.parameters,
this.typeParameters,
this.fields,
this.elements,
this.associations,
this.bytes,
this.mirrorReferent,
this.pattern,
this.closureFunction,
this.closureContext,
this.isCaseSensitive,
this.isMultiLine,
this.propertyKey,
this.propertyValue,
this.typeArguments,
this.parameterIndex,
this.targetType,
this.bound,
this.portId,
this.allocationLocation,
this.debugName,
}) : super(
id: id,
classRef: classRef,
);