Body constructor Null safety

Body(
  1. {dynamic fault,
  2. AbsoluteMoveResponse? absoluteMoveResponse,
  3. GetAudioSourcesResponse? audioSourcesResponse,
  4. GetCapabilitiesResponse? capabilitiesResponse,
  5. GetCompatibleConfigurationsResponse? compatibleConfigurationsResponse,
  6. GetConfigurationResponse? configurationResponse,
  7. GetConfigurationsResponse? configurationsResponse,
  8. ContinuousMoveResponse? continuousMoveResponse,
  9. GetSystemDateAndTimeResponse? dateTimeResponse,
  10. GetDeviceInformationResponse? deviceInformationResponse,
  11. GetPresetResponse? getPresetResponse,
  12. GetHostnameResponse? hostnameResponse,
  13. GetMetadataConfigurationsResponse? metadataConfigurationsResponse,
  14. GetNetworkProtocolsResponse? networkProtocolsResponse,
  15. GetNTPResponse? ntpResponse,
  16. ProbeMatches? probeMatches,
  17. GetProfilesResponse? profilesResponse,
  18. GetServiceCapabilitiesResponse? serviceCapabilitiesResponse,
  19. GetServicesResponse? servicesResponse,
  20. SetPresetResponse? setPresetResponse,
  21. GetUriResponse? snapshotUriResponse,
  22. GetStatusResponse? statusResponse,
  23. StopResponse? stopResponse,
  24. GetUriResponse? streamUriResponse,
  25. GetSystemUrisResponse? systemUrisResponse,
  26. GetUsersResponse? usersResponse,
  27. GetVideoSourcesResponse? videoSourcesResponse,
  28. GotoPresetResponse? gotoPresetResponse}
)

Implementation

Body({
  this.fault,
  this.absoluteMoveResponse,
  this.audioSourcesResponse,
  this.capabilitiesResponse,
  this.compatibleConfigurationsResponse,
  this.configurationResponse,
  this.configurationsResponse,
  this.continuousMoveResponse,
  this.dateTimeResponse,
  this.deviceInformationResponse,
  this.getPresetResponse,
  this.hostnameResponse,
  this.metadataConfigurationsResponse,
  this.networkProtocolsResponse,
  this.ntpResponse,
  this.probeMatches,
  this.profilesResponse,
  this.serviceCapabilitiesResponse,
  this.servicesResponse,
  this.setPresetResponse,
  this.snapshotUriResponse,
  this.statusResponse,
  this.stopResponse,
  this.streamUriResponse,
  this.systemUrisResponse,
  this.usersResponse,
  this.videoSourcesResponse,
  this.gotoPresetResponse,
});