Skip to content

Commit

Permalink
fix: merge widgets and simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzek authored and simon-the-shark committed Feb 14, 2025
1 parent 1c85df9 commit e383c14
Show file tree
Hide file tree
Showing 8 changed files with 168 additions and 285 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class DigitalGuideTransportation with _$DigitalGuideTransportation {
bool? areObstaclesForBlindFromStopToEntryAltRoad,
@JsonKey(fromJson: _stringToBool)
bool? areFacilitiesForBlindFromStopToEntryAltRoad,
String? dailyTramBusLines,
String? alternativeDailyTramBusLinesStop,
}) = _DigitalGuideTransportation;

factory DigitalGuideTransportation.fromJson(Map<String, dynamic> json) =>
Expand All @@ -65,12 +67,10 @@ class DigitalGuideTranslationTransportation
const factory DigitalGuideTranslationTransportation({
String? nearestPublicTransportStop,
String? nearestPublicTransportStopDistanceComment,
String? dailyTramBusLines,
String? arePassTrafficLightsFromStopToEntryComment,
String? areNotPassTrafficLightsFromStopToEntryComment,
String? alternativePublicTransportStop,
String? alternativePublicTransportStopDistanceComment,
String? alternativeDailyTramBusLinesStop,
String? arePassTrafficLightsFromStopToEntryAltRoadComment,
String? areNotPassTrafficLightsFromStopToEntryAltRoadComment,
String? nearestPublicParkingLocation,
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit e383c14

Please sign in to comment.