ServiceUpdatesMessage constructor

ServiceUpdatesMessage({
  1. String? marker,
  2. List<ServiceUpdate>? serviceUpdates,
})

Implementation

ServiceUpdatesMessage({
  this.marker,
  this.serviceUpdates,
});