Converts to JSON map.
Map<String, dynamic> toJson() { return {'isValid': isValid, 'message': message, 'data': data?.toJson()}; }