import 'package:wger/models/user/profile.dart'; final tProfile1 = Profile( username: 'super root', emailVerified: true, isTrustworthy: true, email: 'admin@google.com', weightUnitStr: 'kg', );