class LitescribeResponse { final T? data; final String? error; LitescribeResponse({this.data, this.error}); }