normalizeWithStaticDefault method

  1. @Deprecated('Use balanceWithGrade() instead')
PollTally normalizeWithStaticDefault({
  1. int grade = 0,
})

Implementation

@Deprecated('Use balanceWithGrade() instead')
PollTally normalizeWithStaticDefault({int grade = 0}) {
  return balanceWithGrade(grade: grade);
}