Hy! I'm Ranaco. I am primarily a Flutter, Typescript and AOSP dev but also work with python, c++, solidity,
class Ranaco{
String name = "";
String userName = "";
String location = "";
String instagram = "";
Ranaco(
{this.name = "Rana Satyam Raj",
this.userName = "Ranaco",
this.location = "Bihar, India",
this.instagram = "@AsTaR_aNjE"})
@override
toString(){
return "Ranaco";
}
}


