BuiltValueToStringHelper class abstract
Interface for built_value toString() output helpers.
Note: this is an experimental feature. API may change without a major version increase.
Constructors
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
-
add(
String field, Object? value) → void - Add a field and its value.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns to completed toString(). The helper may not be used after this
method is called.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited