UIImage constructor
UIImage({
- int elementId = 0,
- List<
String> labels = const [], - String styleId = '',
- String name = '',
- String url = '',
- String mime = '',
- List<
int> data = const [], - String clickActionId = '',
- String pressStartActionId = '',
- String pressEndActionId = '',
- String pressChangeActionId = '',
- String pressUpActionId = '',
- String dragStartActionId = '',
- String dragEnterActionId = '',
- String dragLeaveActionId = '',
- String dragOverActionId = '',
- String dropActionId = '',
- String dragEndActionId = '',
Implementation
UIImage({
this.elementId = 0,
this.labels = const [],
this.styleId = '',
this.name = '',
this.url = '',
this.mime = '',
this.data = const [],
this.clickActionId = '',
this.pressStartActionId = '',
this.pressEndActionId = '',
this.pressChangeActionId = '',
this.pressUpActionId = '',
this.dragStartActionId = '',
this.dragEnterActionId = '',
this.dragLeaveActionId = '',
this.dragOverActionId = '',
this.dropActionId = '',
this.dragEndActionId = '',
});