mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 23:42:00 +01:00
10 lines
203 B
Dart
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',
|
|
);
|