Staking_Chill constructor

Staking_Chill({
  1. CallIndices? callIndices,
})

Implementation

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