Gets sub-fields of the android.data field.
android.data
Returns A map with sub-fields of the android.data field, or null if absent.
Map<String, String>? getData() { var d = _data; return d == null ? null : Map.from(d); }