HowitsWork property
List
HowitsWork
getter/setter pair
Implementation
List HowitsWork = [
{
'firstLine': 'Test Booking',
'img': '${ImagePath}Lab_Report.svg',
'secondLine': 'Select your test as per your condition and requirement',
'number': '01',
},
{
'firstLine': 'Health Expert Deputed',
'img': '${ImagePath}Lab_Report.svg',
'secondLine': 'Highly skilled Technicians will collect your sample',
'number': '02',
},
{
'firstLine': 'Sample Collection',
'img': '${ImagePath}Lab_Report.svg',
'secondLine':
'100% safe and Hygienic sample collection at your convenient space',
'number': '03',
},
{
'firstLine': 'Test Investigation',
'img': '${ImagePath}Lab_Report.svg',
'secondLine':
'NABL accreditation laboratories will investigate your sample',
'number': '04',
},
{
'firstLine': 'E-Reports',
'img': '${ImagePath}Lab_Report.svg',
'secondLine': 'You will receive your E-report on your register email id.',
'number': '05',
}
];