Built<V extends Built<V, B> , B extends Builder<V, B> >  class 
    abstract
 
Implement this for a Built Value.
Then use built_value_generator.dart code generation functionality to provide the rest of the implementation.
See https://github.com/google/built_value.dart/tree/master/example
Constructors
- Built()
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
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  rebuild(dynamic updates(B)) → V 
- Rebuilds the instance.
- 
  toBuilder() → B 
- 
  Converts the instance to a builder B.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited