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