nc-photos/app/lib/size.g.dart

15 lines
418 B
Dart
Raw Permalink Normal View History

2023-08-14 17:07:09 +02:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'size.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$SizeIntToString on SizeInt {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "SizeInt {width: $width, height: $height}";
}
}