EmpirePropertyNullValueException constructor Null safety

EmpirePropertyNullValueException(
  1. StackTrace? stack,
  2. String? propertyName,
  3. Type type
)

Implementation

EmpirePropertyNullValueException(super.stack, super.propertyName, super.type);