funcOfValues property

FutureOr<List?> Function(AnythingLevelsPicker view, int? index, dynamic object) funcOfValues
getter/setter pair

Implementation

FutureOr<List<dynamic>?> Function(AnythingLevelsPicker view, int? index, dynamic object) funcOfValues;