toMap method
toMap method to get the OsrmLaneIndication as a json map
Implementation
@override
Map<String, dynamic> toMap() {
return {
'valid': valid,
'indication': indication,
};
}
toMap method to get the OsrmLaneIndication as a json map
@override
Map<String, dynamic> toMap() {
return {
'valid': valid,
'indication': indication,
};
}