UVehicleViolationDetailItem.fromJson constructor

UVehicleViolationDetailItem.fromJson(
  1. String str
)

Implementation

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