CallIndices constructor
CallIndices({
- CustomCallIndices? custom,
Implementation
factory CallIndices({
CustomCallIndices? custom,
}) {
final $result = create();
if (custom != null) {
$result.custom = custom;
}
return $result;
}