BatchState constructor

BatchState(
  1. dynamic id,
  2. dynamic jsonValue
)

Implementation

BatchState(super.id, super.jsonValue);