factory MemoryInfo.fromJson(Map<String, dynamic> json) { return MemoryInfo( sizeInMiB: json['sizeInMiB'] as int?, ); }