HowitsWork property

List HowitsWork
getter/setter pair

Implementation

List HowitsWork = [
  {
    'firstLine': 'Select Specility',
    'bg_img': '${ImagePath}Teleconsultation_bg_howitworks1.png',
    'secondLine': 'Select the specialty or symptoms',
    'image': '${ImagePath}Teleconsultation_howitworks1.svg',
  },
  {
    'firstLine': 'Share Details',
    'bg_img': '${ImagePath}Teleconsultation_bg_howitworks2.png',
    'secondLine': 'Share the patient name and make the payment',
    'image': '${ImagePath}Teleconsultation_howitworks2.svg',
  },
  {
    'firstLine': 'Receive Link',
    'bg_img': '${ImagePath}Teleconsultation_bg_howitworks3.png',
    'secondLine': 'You will receive a link for Video consultation',
    'image': '${ImagePath}Teleconsultation_howitworks3.svg',
  },
  {
    'firstLine': 'Join Consultation',
    'bg_img': '${ImagePath}Teleconsultation_bg_howitworks4.png',
    'secondLine': 'Join the link and consult with specialist Doctor',
    'image': '${ImagePath}Teleconsultation_howitworks4.svg',
  },
  {
    'firstLine': 'Get Prescription',
    'bg_img': '${ImagePath}Teleconsultation_bg_howitworks5.png',
    'secondLine':
        'You will receive the signed prescription soon after the call',
    'image': '${ImagePath}Teleconsultation_howitworks5.svg',
  }
];