imagePath property

String imagePath

Implementation

String get imagePath {
  if (total != 0) {
    return image != 'not-found.png' ? image : 'total.png';
  }

  return image;
}