nc-photos/app/lib/mobile/android/content_uri_image_provider.g.dart

15 lines
479 B
Dart
Raw Normal View History

2022-12-08 16:39:13 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'content_uri_image_provider.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$ContentUriImageToString on ContentUriImage {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "ContentUriImage {uri: $uri, scale: ${scale.toStringAsFixed(3)}}";
}
}