JsonCheckingError constructor

JsonCheckingError(
  1. dynamic cause
)

Default constructor.

Implementation

JsonCheckingError(this.cause);