JsonPayload.from constructor

JsonPayload.from(
  1. Json other, {
  2. bool initial = true,
})

Implementation

JsonPayload.from(Json other, {bool initial = true}) : super.from(other, initial: initial);