DictionaryLengthResponse___Found constructor

DictionaryLengthResponse___Found({
  1. int? length,
})

Implementation

factory DictionaryLengthResponse___Found({
  $core.int? length,
}) {
  final $result = create();
  if (length != null) {
    $result.length = length;
  }
  return $result;
}