namespace property

String? namespace

The namespace of this event. For example, if the event is triggered by

  • API with name click.a.b.c, it will have type click with namespace a.b.c

Implementation

String? get namespace => _namespace;