mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
14 lines
489 B
Dart
14 lines
489 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'server_status.dart';
|
|
|
|
// **************************************************************************
|
|
// ToStringGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$ServerStatusToString on ServerStatus {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "ServerStatus {versionRaw: $versionRaw, versionName: $versionName, productName: $productName}";
|
|
}
|
|
}
|