UVehicleViolationDetailItem.fromJson constructor
UVehicleViolationDetailItem.fromJson(
- String str
Implementation
factory UVehicleViolationDetailItem.fromJson(String str) => UVehicleViolationDetailItem.fromMap(json.decode(str));