ValidationException constructor

const ValidationException(
  1. String? value
)

Implementation

const ValidationException(this.value) : super._();