FunctionTypeBuilder class Null safety

Implemented types

Constructors

FunctionTypeBuilder()
factory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
isNullable bool?
read / write
namedParameters MapBuilder<String, Reference>
read / write
namedRequiredParameters MapBuilder<String, Reference>
read / write
optionalParameters ListBuilder<Reference>
read / write
requiredParameters ListBuilder<Reference>
read / write
returnType Reference?
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() FunctionType
Builds.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
replace(FunctionType 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(FunctionTypeBuilder)?) → void
Applies updates.
inherited

Operators

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