EnumerationQueryReply constructor

const EnumerationQueryReply({
  1. String? pathToRead,
  2. List<int> errorCodes = const <int>[],
})

Implementation

const EnumerationQueryReply({
  this.pathToRead,
  this.errorCodes = const <int>[],
});