data property

TemplateData? data
final

The TemplateData class holds the general values available on the on the resume. They are specifically separated to make them quite modular. the fullName and currentPosition are on the top left.

The street , address, country, email and phoneNumber are all at the top right corner. Although the location depend on the template type. Other classes allow you to pass more specific data such as Education, Language and ExperienceData.

Implementation

final TemplateData? data;