EmptyParameterException constructor

EmptyParameterException({
  1. required String cause,
})

Implementation

EmptyParameterException({ required this.cause });