encode method
Implementation
Object encode() {
return <Object?>[
time,
location.encode(),
precedingLocations,
magnitude,
speedAtImpact,
deltaV,
confidence,
];
}
Object encode() {
return <Object?>[
time,
location.encode(),
precedingLocations,
magnitude,
speedAtImpact,
deltaV,
confidence,
];
}