ImageBean constructor
ImageBean({})
Implementation
ImageBean({this.originPath, this.middlePath, this.thumbPath, this.originalWidth, this.originalHeight, this.entity, int? imgType, String? demoPath, String? previewDemoPath, String? tag}) : super(tag: tag ?? originPath ?? "", type: imgType ?? 0, demoPath: demoPath, preViewDemo: previewDemoPath);