DictionaryGetResponse___DictionaryGetResponsePart constructor
DictionaryGetResponse___DictionaryGetResponsePart({
- ECacheResult? result,
- List<
int> ? cacheBody,
Implementation
factory DictionaryGetResponse___DictionaryGetResponsePart({
ECacheResult? result,
$core.List<$core.int>? cacheBody,
}) {
final $result = create();
if (result != null) {
$result.result = result;
}
if (cacheBody != null) {
$result.cacheBody = cacheBody;
}
return $result;
}