UnparsableValueError constructor

UnparsableValueError(
  1. String message
)

Creates a new UnparsableValueError with the given message.

Implementation

UnparsableValueError(this.message);