Skip to content

Commit

Permalink
refactor!: stop point sms code
Browse files Browse the repository at this point in the history
  • Loading branch information
tnc1997 committed Feb 7, 2021
1 parent f6a4e63 commit c64f218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/src/models/stop_point.dart
Expand Up @@ -15,7 +15,7 @@ class StopPoint extends Place {
String? stopLetter;
List<String>? modes;
String? icsCode;
String? sMSCode;
String? smsCode;
String? stopType;
String? stationNaptan;
String? accessibilitySummary;
Expand Down Expand Up @@ -44,7 +44,7 @@ class StopPoint extends Place {
this.stopLetter,
this.modes,
this.icsCode,
this.sMSCode,
this.smsCode,
this.stopType,
this.stationNaptan,
this.accessibilitySummary,
Expand Down
4 changes: 2 additions & 2 deletions lib/src/models/stop_point.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c64f218

Please sign in to comment.