NameException constructor

const NameException([
  1. String message,
  2. Object? src
])

Creates a concrete NameException with an optional error message.

Implementation

const factory NameException([String message, Object? src]) = _NameException;