Fields in the root of the notification format (excluding aps).
aps
Map<String, dynamic>? getCustomData() { var d = _customData; return d == null ? null : Map.from(d); }