Map<String, dynamic> toMap() { return _updatedFields.isEmpty ? {} : { 'requestList': _updatedFields.keys.toList(), ..._updatedFields, }; }