asyncNestedInitData property

Future<List<DropDownNestedModel<T>>>? asyncNestedInitData
final

Future that provides the initial list of dropdown options.

Implementation

final Future<List<DropDownNestedModel<T>>>? asyncNestedInitData;