void receiveProps(Map<String, dynamic> newProps) { if (newProps.isEmpty) return; propsData.addAll(newProps); }