encode method
Implementation
Object encode() {
return <Object?>[
nodeId,
name,
buildingName,
buildingId,
featureModelId,
targetNodes,
floors,
centerPoints,
];
}
Object encode() {
return <Object?>[
nodeId,
name,
buildingName,
buildingId,
featureModelId,
targetNodes,
floors,
centerPoints,
];
}