update property

SubValueBuilderUpdate<T>? update
final

Updates the value. Called every build. If null, does nothing. In the call order, this comes after recreating the value.

Implementation

final SubValueBuilderUpdate<T>? update;