details property
Details provides information about the returned result including total amount found.
Implementation
@$pb.TagNumber(1)
$2.ListDetails get details => $_getN(0);
Implementation
@$pb.TagNumber(1)
set details($2.ListDetails value) => $_setField(1, value);