mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-30 21:36:18 +01:00
15 lines
469 B
Dart
15 lines
469 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'android_info.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// ToStringGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
extension _$AndroidInfoToString on AndroidInfo {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AndroidInfo {sdkInt: $sdkInt, totalMemMb: ${totalMemMb.toStringAsFixed(3)}}";
|
||
|
}
|
||
|
}
|