GeofenceSettingsResponse constructor

GeofenceSettingsResponse({
  1. List<String> names = const [],
})

Returns a new GeofenceSettingsResponse instance.

Implementation

GeofenceSettingsResponse({
  this.names = const [],
});