Files
flutter/test_data/profile.dart
2024-01-23 16:33:32 +01:00

10 lines
203 B
Dart

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