DictionaryFetchRequest_ constructor

DictionaryFetchRequest_({
  1. List<int>? dictionaryName,
})

Implementation

factory DictionaryFetchRequest_({
  $core.List<$core.int>? dictionaryName,
}) {
  final $result = create();
  if (dictionaryName != null) {
    $result.dictionaryName = dictionaryName;
  }
  return $result;
}