encode method

Object encode()

Implementation

Object encode() {
  return <Object?>[
    lastKnownLocation?.encode(),
    home?.encode(),
    work?.encode(),
    semanticTime?.index,
    activeSegments,
  ];
}