UFreewayTollsItem.fromJson constructor

UFreewayTollsItem.fromJson(
  1. String str
)

Implementation

factory UFreewayTollsItem.fromJson(String str) => UFreewayTollsItem.fromMap(json.decode(str));