offerTotalOnlinePrice property
Implementation
double get offerTotalOnlinePrice =>
isHistory == true ? totalOnlinePrice : offer?.totalOnlinePrice ?? 0;
double get offerTotalOnlinePrice =>
isHistory == true ? totalOnlinePrice : offer?.totalOnlinePrice ?? 0;