ExceptionApi constructor Null safety

ExceptionApi(
  1. {required int? code,
  2. required String? message}
)

Implementation

ExceptionApi({required this.code, required this.message});