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