BuilderWithInstanciator<V extends Built<V, B>, B extends Builder<V, B>> class abstract

This is to be used as interface for the builders

Inheritance
Implementers

Constructors

BuilderWithInstanciator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() → V
Builds.
inherited
copyFromHeader(ImcBuilderHeaderPart other) → void
fromJson(Map<String, dynamic> json) BuilderWithInstanciator<V, B>
Instanciates from JSON
newInstance([ImcBuilderHeaderPart? headerFrom]) BuilderWithInstanciator<V, B>
Instanciates a new builder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(V 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(B)?) → void
Applies updates.
inherited

Operators

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