Builder<V extends Built<V, B> , B extends Builder<V, B> >  class 
    abstract
 
Every Built class has a corresponding Builder class.
Usually you don't need to create one by hand; it will be generated for you.
Constructors
- Builder()
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.
- 
  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.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  update(dynamic updates(B)?) → void 
- Applies updates.
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited