SafetyParameters constructor

SafetyParameters({
  1. required int? id,
  2. required DateTime? createStampUtc,
  3. required int? iconId,
  4. required String? country,
  5. required int? angleIcon,
  6. required int? cameraTypeId,
  7. required String? strCameraStatus,
  8. required String? strDrivingDirection,
  9. required String? strLocation,
  10. required int? strTowards,
  11. required String? provider,
  12. required int? providerId,
  13. required String? speedUnit,
  14. required int? speedValue,
  15. required String? type,
  16. required bool? strDrivingDirectionFlag,
})

Implementation

SafetyParameters({
  required this.id,
  required this.createStampUtc,
  required this.iconId,
  required this.country,
  required this.angleIcon,
  required this.cameraTypeId,
  required this.strCameraStatus,
  required this.strDrivingDirection,
  required this.strLocation,
  required this.strTowards,
  required this.provider,
  required this.providerId,
  required this.speedUnit,
  required this.speedValue,
  required this.type,
  required this.strDrivingDirectionFlag,
});