factory MtpDevice.fromMap(Map<Object?, Object?> map) { return MtpDevice(id: map['id']! as String, name: map['name']! as String); }