StreamSettingsResponse constructor Null safety

StreamSettingsResponse(
  1. String type,
  2. dynamic settings
)

Implementation

StreamSettingsResponse(this.type, this.settings);