Flutter

[Flutter] 함수형 프로그래밍

hymndaniel 2023. 6. 29. 14:33

형 변환을 위한 방법들

.asMap

.toList

.toSet

.fold<T>(0, (previous, next) => )

.reduce((previous, next) => )

.map((e) => )

.where((x) => )

cascading operator : ...

 

 
728x90