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