BuiltValueToStringHelper class Null safety
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. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
add(
String field, Object? value) → void - Add a field and its value.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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