encode method

Object encode()

Implementation

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