JsonCastingError constructor

JsonCastingError(
  1. dynamic cause
)

Default constructor.

Implementation

JsonCastingError(this.cause);