payOtherPoint property

int payOtherPoint

子の支払い点数(ツモのときの点数)

Implementation

int get payOtherPoint {
  return _ceil(isHost! ? sumPoint / 3 : _point) + (100 * consecutivelyCount!);
}