class AboutMe () {
String name = "Silas Wylly";
String acknowledgements = " Mobile Developer 📱 ";
String myLocation = " Maragojipe/BA";
final List<String> Skills = [
"Dart",
"Flutter",
"Clean Code",
"FireBase",
"Modular",
"Provider",
"SQL",
"clean Architecture",
];
}