pushEventsBody property

PushEventsBody? pushEventsBody

Implementation

PushEventsBody? get pushEventsBody {
  return body is PushEventsBody ? body as PushEventsBody? : null;
}