EmpireException constructor Null safety

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

Implementation

EmpireException(this.stack, this.propertyName, this.type);