class User { const User({required this.id}); final String id; }