Generate PayloadData class from Map<String, Object?>
factory PayloadData.fromJson(Map<String, Object?> json) => _$PayloadDataFromJson(json);