encode method
Implementation
Object encode() {
return <Object?>[
point,
floorIndex,
type,
nextRoutingPosition,
nodeId,
];
}
Object encode() {
return <Object?>[
point,
floorIndex,
type,
nextRoutingPosition,
nodeId,
];
}