ImgbbResponse constructor
ImgbbResponse({
- required String id,
- required String title,
- required int width,
- required int height,
- required int size,
- required int time,
- required int expiration,
- required String fileName,
- required String mime,
- required String extension,
- required String thumbnailUrl,
- required String mediumUrl,
- required String url,
- required String displayUrl,
- required String deleteUrl,
Implementation
ImgbbResponse(
{required this.id,
required this.title,
required this.width,
required this.height,
required this.size,
required this.time,
required this.expiration,
required this.fileName,
required this.mime,
required this.extension,
required this.thumbnailUrl,
required this.mediumUrl,
required this.url,
required this.displayUrl,
required this.deleteUrl});