An Aspiring and Self - Motivated Flutter Developer with Problem solving mindset and ability to perform well in collaboration...
import 'dev-community:india/flutter-devs';
class Desc extends SoftwareDeveloper {
final String name = "Jay Gondaliya";
dynamic title = "Flutter Developper";
dynamic location = "Gujarat, India";
@override
List<Skills> getSkills() {
List<Skills> languages = ['C', 'C++', 'Dart', 'PHP', 'Python'];
return languages;
}
}
