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