getPeople method Null safety

People getPeople()

Returns a Mixpanel People object that can be used to set and increment People Analytics properties.

return an instance of People that you can use to update records in Mixpanel People Analytics

Implementation

People getPeople() {
  return this._people;
}