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