XLogEvent class

Inheritance

Constructors

XLogEvent({required String eventName, required Map<String, dynamic> args})
XLogEvent.from(XEventTrigger_LogEvent logEvent, SSRBuildContext context)
factory

Properties

args Map<String, dynamic>
final
contextHandler → void Function(BuildContext context)
no setterinherited
eventArgs Map<String, dynamic>
latefinalinherited
eventName String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailing List<XEventTriggerBase?>
finalinherited

Methods

applyTheme(HubbleThemeData theme) → void
override
call(BuildContext context) → void
override
handler(BuildContext context) VoidCallback
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited