save static method
Returns a route's serialized representation. Returns an empty array if there are any errors.
Implementation
static typed_data.ByteBuffer save(
transport_bicycle_route.BicycleRoute route) {
return _save(
route,
);
}
Returns a route's serialized representation. Returns an empty array if there are any errors.
static typed_data.ByteBuffer save(
transport_bicycle_route.BicycleRoute route) {
return _save(
route,
);
}