InvalidDataException constructor

InvalidDataException(
  1. String message,
  2. [Map<VerificationMeta, VerificationResult> errors = const {}]
)

Construct a new InvalidDataException from the message.

Implementation

InvalidDataException(this.message, [this.errors = const {}]);