toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'is_kwikpass_healthy': isKwikpassHealthy,
    'success': success,
    'status_code': statusCode,
    'timestamp': timestamp,
    'isSuccess': isSuccess,
    'error': error,
  };
}