mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
14 lines
418 B
Dart
14 lines
418 B
Dart
// 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}";
|
|
}
|
|
}
|