플러터(Flutter)/다트(Dart)

[Dart] Functions as First Order Objects

SuperKid 2020. 3. 19. 13:36

 [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.