ServiceUpdatesMessage constructor
ServiceUpdatesMessage({
- String? marker,
- List<
ServiceUpdate> ? serviceUpdates,
Implementation
ServiceUpdatesMessage({
this.marker,
this.serviceUpdates,
});