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