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