|
|
|
@ -63,6 +63,7 @@ class _UpdateGasRefillRequestState extends State<UpdateGasRefillRequest> {
|
|
|
|
List<TimerHistoryModel> timerList = [];
|
|
|
|
List<TimerHistoryModel> timerList = [];
|
|
|
|
|
|
|
|
|
|
|
|
static List<Lookup> deliveredQuantity = [
|
|
|
|
static List<Lookup> deliveredQuantity = [
|
|
|
|
|
|
|
|
Lookup(name: "0", id: 0, value: 0),
|
|
|
|
Lookup(name: "1", id: 1, value: 1),
|
|
|
|
Lookup(name: "1", id: 1, value: 1),
|
|
|
|
Lookup(name: "2", id: 2, value: 2),
|
|
|
|
Lookup(name: "2", id: 2, value: 2),
|
|
|
|
Lookup(name: "3", id: 3, value: 3),
|
|
|
|
Lookup(name: "3", id: 3, value: 3),
|
|
|
|
|