ParamSetSingleReply constructor
Implementation
const ParamSetSingleReply({
required this.dataSource,
required this.cloudId,
required this.value,
this.dataSourceUid,
this.errorCodes = const <int>[],
});
const ParamSetSingleReply({
required this.dataSource,
required this.cloudId,
required this.value,
this.dataSourceUid,
this.errorCodes = const <int>[],
});