add property

dynamic Function(List<int> data) add
getter/setter pair

Implementation

late Function(List<int> data) add;