getOfferService property
OfferService?
get
getOfferService
Implementation
static OfferService? get getOfferService {
_offerService ??= OfferService();
return _offerService;
}
static OfferService? get getOfferService {
_offerService ??= OfferService();
return _offerService;
}