JsonExtractionError constructor

JsonExtractionError(
  1. dynamic cause
)

Default constructor.

Implementation

JsonExtractionError(this.cause);