asyncInitData property

Future<List<DropDownModel<T>>>? asyncInitData
final

Future that provides the initial list of dropdown options.

Implementation

final Future<List<DropDownModel<T>>>? asyncInitData;