ExtensionBuilder class Null safety
- Implemented types
Constructors
- ExtensionBuilder()
-
factory
Properties
-
annotations
↔ ListBuilder<
Expression> -
Annotations as metadata on the node.
read / write
-
docs
↔ ListBuilder<
String> -
Dart docs.
read / write
-
fields
↔ ListBuilder<
Field> -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
methods
↔ ListBuilder<
Method> -
read / write
- name ↔ String?
-
Name of the extension - optional.
read / write
- on ↔ Reference?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
types
↔ ListBuilder<
Reference> -
Generic type parameters.
read / write
Methods
-
build(
) → Extension -
Builds.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
replace(
Extension 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(ExtensionBuilder)?) → void -
Applies updates.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited