ApiException constructor Null safety

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

Implementation

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