void ensureUuid(Map<String, dynamic> data, [String fieldName = 'id']) { data[fieldName] ??= generateUuid(); }