ImageDataModel constructor
ImageDataModel({})
Implementation
ImageDataModel({
this.height = 0,
required this.id,
this.path,
this.positionX = 0,
this.positionY = 0,
this.width = 0,
this.type = 0,
this.text = '',
this.stack = 0,
this.fileSourceType = 0,
this.isOffline = false,
});