Mutation$registerForTargetWithOnboard$Widget constructor
Mutation$registerForTargetWithOnboard$Widget({
- Key? key,
- WidgetOptions$Mutation$registerForTargetWithOnboard? options,
- required Builder$Mutation$registerForTargetWithOnboard builder,
Implementation
Mutation$registerForTargetWithOnboard$Widget({
widgets.Key? key,
WidgetOptions$Mutation$registerForTargetWithOnboard? options,
required Builder$Mutation$registerForTargetWithOnboard builder,
}) : super(
key: key,
options:
options ?? WidgetOptions$Mutation$registerForTargetWithOnboard(),
builder: (
run,
result,
) =>
builder(
(
variables, {
optimisticResult,
typedOptimisticResult,
}) =>
run(
variables.toJson(),
optimisticResult:
optimisticResult ?? typedOptimisticResult?.toJson(),
),
result,
),
);