HttpException constructor Null safety

HttpException(
  1. {required int code,
  2. required String cause}
)

Implementation

HttpException({ required this.code, required this.cause });