UIQS constructor

UIQS({
  1. int elementId = 0,
  2. List<String> labels = const [],
  3. String styleId = '',
  4. String name = '',
  5. String eventActionId = '',
  6. Map<String, String> argumentsJson = const {},
})

Implementation

UIQS({
    this.elementId = 0,
    this.labels = const [],
    this.styleId = '',
    this.name = '',
    this.eventActionId = '',
    this.argumentsJson = const {},
});