JsonDecodingError constructor

JsonDecodingError(
  1. dynamic cause
)

Default constructor.

Implementation

JsonDecodingError(this.cause);