2022-12-08 23:39:13 +08:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'slideshow_dialog.dart';
|
|
|
|
|
2022-12-16 23:01:04 +08:00
|
|
|
// **************************************************************************
|
|
|
|
// NpLogGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
extension _$_SlideshowDialogStateNpLog on _SlideshowDialogState {
|
|
|
|
// ignore: unused_element
|
2022-12-21 00:49:14 +08:00
|
|
|
Logger get _log => log;
|
|
|
|
|
|
|
|
static final log = Logger("widget.slideshow_dialog._SlideshowDialogState");
|
2022-12-16 23:01:04 +08:00
|
|
|
}
|
|
|
|
|
2022-12-08 23:39:13 +08:00
|
|
|
// **************************************************************************
|
|
|
|
// ToStringGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
extension _$SlideshowConfigToString on SlideshowConfig {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "SlideshowConfig {duration: $duration, isShuffle: $isShuffle, isRepeat: $isRepeat, isReverse: $isReverse}";
|
|
|
|
}
|
|
|
|
}
|