toMap method

  1. @override
Map<String, dynamic> toMap()
override

toMap method to get the OsrmLaneIndication as a json map

Implementation

@override
Map<String, dynamic> toMap() {
  return {
    'valid': valid,
    'indication': indication,
  };
}