didn't test it but maybe this will work
return Firestore.instance.collection('data/users/$uid')
.document('user_data')
.setData({
"Education.High school" : _highSchool,
});
}
also there is similar question like that check it out
Update the Map field - Flutter
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…