phase property

String? phase
final

For a given long lasting event, denotes the phase of the event, such as "B" for "event began", and "E" for "event ended".

Corresponds to the "ph" field in the JSON event.

Implementation

final String? phase;