Picker.data constructor

Picker.data(
  1. Map<String, Object?>? data
)

Implementation

Picker.data(Map<String, Object?>? data) : super(data ?? {});