class AboutMe {
final name = 'Ömer';
final title = 'Full Stack Developer';
final location = 'Turkey 🇹🇷';
final skills = [
'Flutter (4+ Years)',
'Python (2+ Years)',
'JS / TS (2+ Years)',
'Mentoring',
'Googling'
];
final social = {
'LinkedIn': 'https://www.linkedin.com/in/omergundgr',
'GitHub': 'https://github.com/ruwiss',
'YouTube': 'https://www.youtube.com/@hq_net'
};
}