DomainError constructor

const DomainError(
  1. String message
)

Creates a DomainError with the given message.

Implementation

const DomainError(super.message);