EmptyParameterException constructor Null safety

EmptyParameterException(
  1. {required String cause}
)

Implementation

EmptyParameterException({ required this.cause });