nc-photos/app/lib/account.g.dart

15 lines
656 B
Dart
Raw Normal View History

2022-12-08 16:39:13 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'account.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$AccountToString on Account {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "Account {id: $id, scheme: $scheme, address: ${kDebugMode ? address : '***'}, userId: ${kDebugMode ? userId : '***'}, username2: ${kDebugMode ? username2 : '***'}, password: ${password.isNotEmpty ? (kDebugMode ? password : '***') : null}, _roots: ${_roots.toReadableString()}}";
}
}