mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 09:16:19 +01:00
15 lines
479 B
Dart
15 lines
479 B
Dart
|
// 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)}}";
|
||
|
}
|
||
|
}
|