MmViewChannel200Response constructor

MmViewChannel200Response({
  1. String? status,
  2. Map? lastViewedAtTimes,
})

Returns a new MmViewChannel200Response instance.

Implementation

MmViewChannel200Response({
  this.status,
  this.lastViewedAtTimes,
});