UFreewayTollsParams.fromJson constructor

UFreewayTollsParams.fromJson(
  1. String str
)

Implementation

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