toMap method to get the OsrmLane as a json map
@override Map<String, dynamic> toMap() { return { 'valid': valid, 'indications': indications?.map((e) => e.toMap()).toList(), }; }