JsonTestableBuilder constructor

JsonTestableBuilder({
  1. String? onRequestError()?,
  2. dynamic onRequestValue()?,
  3. ValueChanged? onSetValue,
  4. String? scrollableId,
})

Implementation

JsonTestableBuilder({
  this.onRequestError,
  this.onRequestValue,
  this.onSetValue,
  this.scrollableId,
}) : super(numSupportedChildren: kNumSupportedChildren);