1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 09:18:52 +01:00
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}";
}
}