mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
25 lines
887 B
Dart
25 lines
887 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'slideshow_dialog.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$_SlideshowDialogStateNpLog on _SlideshowDialogState {
|
|
// ignore: unused_element
|
|
Logger get _log => log;
|
|
|
|
static final log = Logger("widget.slideshow_dialog._SlideshowDialogState");
|
|
}
|
|
|
|
// **************************************************************************
|
|
// ToStringGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$SlideshowConfigToString on SlideshowConfig {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "SlideshowConfig {duration: $duration, isShuffle: $isShuffle, isRepeat: $isRepeat, isReverse: $isReverse}";
|
|
}
|
|
}
|