mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-07 09:36:22 +01:00
14 lines
469 B
Dart
14 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)}}";
|
|
}
|
|
}
|