UIImage constructor

UIImage({
  1. int elementId = 0,
  2. List<String> labels = const [],
  3. String styleId = '',
  4. String name = '',
  5. String url = '',
  6. String mime = '',
  7. List<int> data = const [],
  8. String clickActionId = '',
  9. String pressStartActionId = '',
  10. String pressEndActionId = '',
  11. String pressChangeActionId = '',
  12. String pressUpActionId = '',
  13. String dragStartActionId = '',
  14. String dragEnterActionId = '',
  15. String dragLeaveActionId = '',
  16. String dragOverActionId = '',
  17. String dropActionId = '',
  18. 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 = '',
});