JsonTestableBuilder constructor
JsonTestableBuilder({
- String? onRequestError()?,
- dynamic onRequestValue()?,
- ValueChanged? onSetValue,
- String? scrollableId,
Implementation
JsonTestableBuilder({
this.onRequestError,
this.onRequestValue,
this.onSetValue,
this.scrollableId,
}) : super(numSupportedChildren: kNumSupportedChildren);