UVehicleViolationDetailResponse.fromJson constructor

UVehicleViolationDetailResponse.fromJson(
  1. String str
)

Implementation

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