InvalidParameterException constructor Null safety

InvalidParameterException(
  1. {required String cause}
)

Implementation

InvalidParameterException({ required this.cause });