ValidationError constructor

ValidationError(
  1. String message
)

Constructs a ValidationError with given message.

Implementation

ValidationError(this.message);