SafetyParameters constructor
SafetyParameters({
- required int? id,
- required DateTime? createStampUtc,
- required int? iconId,
- required String? country,
- required int? angleIcon,
- required int? cameraTypeId,
- required String? strCameraStatus,
- required String? strDrivingDirection,
- required String? strLocation,
- required int? strTowards,
- required String? provider,
- required int? providerId,
- required String? speedUnit,
- required int? speedValue,
- required String? type,
- 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,
});