[Dart] Functions as First Order Objects

 

[Ko]

 - function first class object이다. 말은 function 다른 argument처럼 전달될 있으며 value variable, constant 등으로 설정될 있다는 뜻임.

 

=================================================================

 

[En]

 - function is the first class object. This means that a function can be passed like any other argument and can be set to value, variable, constant, etc.

'플러터(Flutter) > 다트(Dart)' 카테고리의 다른 글

[Dart] Futures, Async & Await  (0) 2020.03.19
[Dart] Maps  (0) 2020.03.19
[Dart] Enums  (0) 2020.03.19
[Dart] Final vs. Const  (0) 2020.03.19
[Dart] Class Constructors  (0) 2020.03.18

+ Recent posts