offerTotalOnlinePrice property

double offerTotalOnlinePrice

Implementation

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