Skip to content

Commit

Permalink
utcoffset not required
Browse files Browse the repository at this point in the history
  • Loading branch information
lejard-h committed May 1, 2021
1 parent c122ccd commit 3b3d4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/places.dart
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ class PlaceDetails {
this.adrAddress,
required this.name,
required this.placeId,
required this.utcOffset,
this.utcOffset,
this.id,
this.internationalPhoneNumber,
this.addressComponents = const [],
Expand Down

0 comments on commit 3b3d4da

Please sign in to comment.