TypeReferenceBuilder class Null safety
- Implemented types
Constructors
- TypeReferenceBuilder()
-
factory
Properties
- bound ↔ Reference?
-
Optional bound generic.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isNullable ↔ bool?
-
Optional nullability.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- symbol ↔ String?
-
read / write
-
types
↔ ListBuilder<
Reference> -
Generic type parameters.
read / write
- url ↔ String?
-
read / write
Methods
-
build(
) → TypeReference -
Builds.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
replace(
TypeReference value) → void -
Replaces the value in the builder with a new one.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
dynamic updates(TypeReferenceBuilder)?) → void -
Applies updates.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited