ResolvedType class

Constructors

ResolvedType({required String name, String? import, List<ResolvedType> typeArguments = const [], bool isNullable = false})

Properties

hashCode int
The hash code for this object.
no setteroverride
identity String
no setter
import String?
getter/setter pair
isNullable bool
getter/setter pair
name String
getter/setter pair
refer → TypeReference
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeArguments List<ResolvedType>
getter/setter pair

Methods

copyWith({String? import, String? name, List<ResolvedType>? typeArguments, bool? isNullable}) ResolvedType
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override