otherPoint property

int otherPoint

子の受け取れる点数

Implementation

int get otherPoint {
  return payOtherPoint * 2 + payHostPoint + (300 * consecutivelyCount!);
}