himitsu-fukuda
4/29/2019 - 9:48 AM

Dartの特徴を解説するよ

void main() {
  String hoge = "hoge";
  
  print("hoge: $hoge");
}