onlinePrice property
Implementation
double get onlinePrice =>
double.tryParse(
selectedBooking.value?.totalOnlinePrice.toString() ??
'0') ??
0;
double get onlinePrice =>
double.tryParse(
selectedBooking.value?.totalOnlinePrice.toString() ??
'0') ??
0;