ApiResponse constructor
const
ApiResponse({
- required bool success,
- required int errorCode,
- required String message,
- DocumentScanResponse? response,
Implementation
const ApiResponse({required this.success, required this.errorCode, required this.message, this.response});