type property

Implementation

NexxEventType? get type {
  final type = _properties['event'];
  return type == null ? null : type as NexxEventType;
}