TrafficInfo class
Represents traffic information for the user.
Constructors
- TrafficInfo.new({int? total, int? left})
-
TrafficInfo.fromJson(Map<
String, dynamic> json) -
Converts a JSON map into a TrafficInfo object.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited