List<Object?> toJson() { return [ type, 'success', success, 'promptExtension', promptExtension, if (error != null) ...['error', error], ]; }