플러터(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.