KatalonIdentifier.general constructor

KatalonIdentifier.general({
  1. required String id,
  2. String? widgetName = 'widget',
  3. String? route = 'general',
  4. Type? type,
})

Implementation

KatalonIdentifier.general({
  required this.id,
  this.widgetName = 'widget',
  this.route = 'general',
  this.type,
}) : attributeId = id;