phase property
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;
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.
final String? phase;