Map<String, dynamic> toJson() { return { 'status': status, 'error': error, 'message': message, 'timestamp': timestamp, }; }