Classes The Fast and Easy Way - Learn Dart Programming 13

  Рет қаралды 5,783

Codemy.com

Codemy.com

Күн бұрын

Пікірлер: 14
@Codemycom
@Codemycom 2 жыл бұрын
▶ Watch Entire Dart Playlist ✅ Subscribe To My KZbin Channel: bit.ly/3MrAlfh bit.ly/2IGzvOR ▶ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶ Get The Code: bit.ly/3EOXo18
@umairmalik4102
@umairmalik4102 2 жыл бұрын
hello i am a huge fan of you please can you create tutorial series for fastapi frame work of python
@Codemycom
@Codemycom 2 жыл бұрын
Sorry, don't know what that is
@hasnatsyed
@hasnatsyed 8 ай бұрын
excellent explanation
@Codemycom
@Codemycom 8 ай бұрын
thanks
@LeoTechy
@LeoTechy 2 жыл бұрын
How do you create an instance of that class with no initialization. class with required fields before it used to be ClassName name = new ClassName(); but now it doesn't work
@Codemycom
@Codemycom 2 жыл бұрын
Don't use the constructor, instead build a method to assign the things later.
@gofullstack
@gofullstack 8 ай бұрын
For a model/data class, I'd rather do this; enum Sex {male, female} class Person{ final String name; final Sex sex; final int age; const Person({required this.name, required this.sex, required this. age}); /// Create copyWith() method here /// Create toMap() method here /// Create factory Person.fromMap() @override String toString() => 'Person(name: $name, sex: $sex, age: $age)'; } final person = Person(name: 'John', sex: Sex.male, age: 44); print(person); Dart should figure out what type the variable "person" is.
@evilroxxx
@evilroxxx 6 ай бұрын
Why is String with uppercase S but all other types are lower case?
@MTPMCMEDIA
@MTPMCMEDIA Ай бұрын
Basically, if you watch closely, you will notice that all the iterables start with a cap. Like List, Map, String, etc.
@Rishi_Kumar360
@Rishi_Kumar360 2 жыл бұрын
Bro you can make video on Hindi??
@Codemycom
@Codemycom 2 жыл бұрын
No, I don't speak Hindi.
@Rishi_Kumar360
@Rishi_Kumar360 2 жыл бұрын
Ok 👌🌼 Your Videos is very helpful love from India
@lilgohan
@lilgohan 5 ай бұрын
3:39 take a shot every time he says "this"
Initialize Objects Without Data - Learn Dart Programming 14
6:02
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 1 МЛН
Magic or …? 😱 reveal video on profile 🫢
00:14
Andrey Grechka
Рет қаралды 83 МЛН
Why You Shouldn't Nest Your Code
8:30
CodeAesthetic
Рет қаралды 2,7 МЛН
All useEffect Mistakes Every Junior React Developer Makes
22:23
Writing Code That Runs FAST on a GPU
15:32
Low Level Learning
Рет қаралды 557 М.
Every single feature of C# in 10 minutes
9:50
Train To Code
Рет қаралды 128 М.
The Flaws of Inheritance
10:01
CodeAesthetic
Рет қаралды 941 М.
All Rust string types explained
22:13
Let's Get Rusty
Рет қаралды 171 М.
Dart Classes - Basics of Classes in Dart
20:48
Johan Jurrius
Рет қаралды 15 М.
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 1 МЛН