UndefinedNameD4rtException constructor

UndefinedNameD4rtException(
  1. String message, {
  2. required String name,
})

Implementation

UndefinedNameD4rtException(super.message, {required this.name});