ParamGetByCloudIdReply constructor

const ParamGetByCloudIdReply({
  1. required int dataSource,
  2. String? dataSourceUid,
  3. String? pathToRead,
  4. List<int> errorCodes = const <int>[],
})

Implementation

const ParamGetByCloudIdReply({
  required this.dataSource,
  this.dataSourceUid,
  this.pathToRead,
  this.errorCodes = const <int>[],
});