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