You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aynı sınıf içerisinde genelde aynı veriable geldiğinde birbirini diğerinden ayırmak için this ile üst sınıfdakini işaret ediyoruz normalde buna çok gerek yok diyebilirim.
Örnek
`Class A{
String name;
Aynı sınıf içerisinde genelde aynı veriable geldiğinde birbirini diğerinden ayırmak için this ile üst sınıfdakini işaret ediyoruz normalde buna çok gerek yok diyebilirim.
Örnek
`Class A{
String name;
void setUserName(String name){
this.name = name;
}
}`
Flutter_Http_App/lib/main.dart
Line 25 in 5e6c7cd
The text was updated successfully, but these errors were encountered: