const String mood = 'in-depth study of Mobile development.';
class About {
String name = 'Davi Sousa';
List<String> knowledges = ['NodeJS', 'ExpressJS', 'AWS', 'Angular', 'Python', 'MySQL', 'MongoDB'];//+
List<String> learning = ['Dart', 'Flutter', 'Svelte'];
String goal = "Become a Mobile Developer.";
}