Late Keyword in Dart - Learn About Lazily Evaluating Expressions in Dart Using the Late Keyword

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

ความคิดเห็น • 15

  • @jelilabudu
    @jelilabudu 10 หลายเดือนก่อน +1

    Indeed there are many small details you have to learn to properly use the "late" variables in your code.

  • @wilsonchinedu813
    @wilsonchinedu813 ปีที่แล้ว +1

    Just completed this awesome course. Some tricky concepts to grasp if am being honest. Will definitely be revisiting this topic. Thank you Mr. Vandad, you're awesome.

  • @kibugenzaking3473
    @kibugenzaking3473 ปีที่แล้ว +1

    So great vandad, keep the great work! I have learnt a lot in your videos

  • @miracle_blue
    @miracle_blue ปีที่แล้ว +3

    thanks

  • @sachinbasnet8258
    @sachinbasnet8258 ปีที่แล้ว +4

    great work. although I know dart I can't miss your videos 😅 they are really good

  • @behzadayubifar8071
    @behzadayubifar8071 ปีที่แล้ว +1

    awesome I've learned a lot from you vandad
    🙂

  • @Abdullah_ahmed_shekhMohamed
    @Abdullah_ahmed_shekhMohamed ปีที่แล้ว +4

    Like & comment before watching, cause i know everything you do is best 👌

    • @VandadNP
      @VandadNP  ปีที่แล้ว +2

      Haha thank you, I appreciate that 😊

  • @jelilabudu
    @jelilabudu 10 หลายเดือนก่อน +1

    Key Point on "late" Identifiers
    ---------------------------------------------
    - late identifiers (variables) are lazy. They're on initialized only after you use them in your code.
    - late identifiers seizes to be lazy if you assign their values to other flavors of identifiers that don't prepend late to their names.
    - Avoid initializing late identifiers in constructor methods to ensure it lazily initializes.

  • @StudentPro-io8vi
    @StudentPro-io8vi ปีที่แล้ว +1

    bravo!

  • @dev.faizan
    @dev.faizan ปีที่แล้ว +1

    whats the wallpaper 😉😉
    Edit: Its Lost paradise HD wallpaper

  • @ilhamwahyu_ni
    @ilhamwahyu_ni ปีที่แล้ว

    okey.... for late keyword...

  • @natanlima7320
    @natanlima7320 ปีที่แล้ว

    Foda!!!

  • @prashlovessamosa
    @prashlovessamosa ปีที่แล้ว +1

    Thanks