TemplateData class

Constructors

TemplateData({required String fullName, String? currentPosition, String? street, String? address, String? country, String? email, String? phoneNumber, String? bio, List<ExperienceData>? experience, List<Education>? educationDetails, String? image, String? backgroundImage, List<String>? hobbies, List<Language>? languages})

Properties

address String?
final
backgroundImage String?
final
bio String?
final
country String?
final
currentPosition String?
final
educationDetails List<Education>?
final
email String?
final
experience List<ExperienceData>?
getter/setter pair
fullName String
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.
final
hashCode int
The hash code for this object.
no setterinherited
hobbies List<String>?
final
image String?
final
languages List<Language>?
final
phoneNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
street String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited