SystemEvent(String name, {Map<String, dynamic>? attributes}) : super(name, attributes: attributes, category: EventCategory.system) { _objType = 'SystemEvent'; }